Searched defs:IsDebuggable (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ | ||
D | oat.cc | 488 bool OatHeader::IsDebuggable() const { in IsDebuggable() function in art::OatHeader |
D | oat_file.cc | 1610 bool OatFile::IsDebuggable() const { in IsDebuggable() function in art::OatFile |
/art/compiler/optimizing/ | ||
D | nodes.h | 508 bool IsDebuggable() const { return debuggable_; } in IsDebuggable() function |