Home
last modified time | relevance | path

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

/aosp_15_r20/libnativehelper/
H A DJniInvocation.c73 static bool IsDebuggable() { in IsDebuggable() function
/aosp_15_r20/art/runtime/oat/
H A Doat.cc421 bool OatHeader::IsDebuggable() const { in IsDebuggable() function in art::OatHeader
H A Dstack_map.h514 ALWAYS_INLINE static bool IsDebuggable(const uint8_t* code_info_data) { in IsDebuggable() function
H A Doat_file.cc2466 bool OatFile::IsDebuggable() const { in IsDebuggable() function in art::OatFile
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h441 bool IsDebuggable() const { return debuggable_; } in IsDebuggable() function