Searched defs:IsDebuggable (Results 1 – 4 of 4) sorted by relevance
421 bool OatHeader::IsDebuggable() const { in IsDebuggable() function in art::OatHeader
490 ALWAYS_INLINE static bool IsDebuggable(const uint8_t* code_info_data) { in IsDebuggable() function
2424 bool OatFile::IsDebuggable() const { in IsDebuggable() function in art::OatFile
631 bool IsDebuggable() const { return debuggable_; } in IsDebuggable() function