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