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