Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc421 bool OatHeader::IsDebuggable() const { in IsDebuggable() function in art::OatHeader
Dstack_map.h490 ALWAYS_INLINE static bool IsDebuggable(const uint8_t* code_info_data) { in IsDebuggable() function
Doat_file.cc2424 bool OatFile::IsDebuggable() const { in IsDebuggable() function in art::OatFile
/art/compiler/optimizing/
Dnodes.h631 bool IsDebuggable() const { return debuggable_; } in IsDebuggable() function