Home
last modified time | relevance | path

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

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