Searched defs:IsDebuggable (Results 1 – 5 of 5) sorted by relevance
/aosp12/libnativehelper/ | ||
H A D | JniInvocation.c | 56 static bool IsDebuggable() { in IsDebuggable() function |
/aosp12/system/bt/gd/shim/ | ||
H A D | dumpsys.cc | 71 bool Dumpsys::impl::IsDebuggable() const { in IsDebuggable() function in bluetooth::shim::Dumpsys::impl |
/aosp12/art/runtime/ | ||
H A D | oat.cc | 407 bool OatHeader::IsDebuggable() const { in IsDebuggable() function in art::OatHeader |
H A D | oat_file.cc | 2380 bool OatFile::IsDebuggable() const { in IsDebuggable() function in art::OatFile |
/aosp12/art/compiler/optimizing/ | ||
H A D | nodes.h | 619 bool IsDebuggable() const { return debuggable_; } in IsDebuggable() function |