Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc387 bool OatHeader::IsDebuggable() const { in IsDebuggable() function in art::OatHeader
Doat_file.cc2163 bool OatFile::IsDebuggable() const { in IsDebuggable() function in art::OatFile
/art/compiler/optimizing/
Dnodes.h598 bool IsDebuggable() const { return debuggable_; } in IsDebuggable() function