Searched defs:IsDebuggable (Results 1 – 4 of 4) sorted by relevance
| /art/runtime/ | ||
| D | oat.cc | 473 bool OatHeader::IsDebuggable() const { in IsDebuggable() function in art::OatHeader |
| D | oat_file.cc | 1319 bool OatFile::IsDebuggable() const { in IsDebuggable() function in art::OatFile |
| D | runtime.cc | 755 bool Runtime::IsDebuggable() const { in IsDebuggable() function in art::Runtime |
| /art/compiler/optimizing/ | ||
| D | nodes.h | 460 bool IsDebuggable() const { return debuggable_; } in IsDebuggable() function |