Home
last modified time | relevance | path

Searched refs:IsKeyEnabled (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat.cc370 return IsKeyEnabled(OatHeader::kDebuggableKey); in IsDebuggable()
374 return IsKeyEnabled(OatHeader::kConcurrentCopying); in IsConcurrentCopying()
378 return IsKeyEnabled(OatHeader::kNativeDebuggableKey); in IsNativeDebuggable()
395 bool OatHeader::IsKeyEnabled(const char* key) const { in IsKeyEnabled() function in art::OatHeader
Doat.h112 bool IsKeyEnabled(const char* key) const;