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