Home
last modified time | relevance | path

Searched defs:IsDebuggable (Results 1 – 5 of 5) sorted by relevance

/aosp12/libnativehelper/
H A DJniInvocation.c56 static bool IsDebuggable() { in IsDebuggable() function
/aosp12/system/bt/gd/shim/
H A Ddumpsys.cc71 bool Dumpsys::impl::IsDebuggable() const { in IsDebuggable() function in bluetooth::shim::Dumpsys::impl
/aosp12/art/runtime/
H A Doat.cc407 bool OatHeader::IsDebuggable() const { in IsDebuggable() function in art::OatHeader
H A Doat_file.cc2380 bool OatFile::IsDebuggable() const { in IsDebuggable() function in art::OatFile
/aosp12/art/compiler/optimizing/
H A Dnodes.h619 bool IsDebuggable() const { return debuggable_; } in IsDebuggable() function