Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc473 bool OatHeader::IsDebuggable() const { in IsDebuggable() function in art::OatHeader
Doat_file.cc1319 bool OatFile::IsDebuggable() const { in IsDebuggable() function in art::OatFile
Druntime.cc755 bool Runtime::IsDebuggable() const { in IsDebuggable() function in art::Runtime
/art/compiler/optimizing/
Dnodes.h460 bool IsDebuggable() const { return debuggable_; } in IsDebuggable() function