Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc388 return IsKeyEnabled(OatHeader::kDebuggableKey); in IsDebuggable()
392 return IsKeyEnabled(OatHeader::kConcurrentCopying); in IsConcurrentCopying()
396 return IsKeyEnabled(OatHeader::kNativeDebuggableKey); in IsNativeDebuggable()
400 return IsKeyEnabled(OatHeader::kRequiresImage); in RequiresImage()
417 bool OatHeader::IsKeyEnabled(const char* key) const { in IsKeyEnabled() function in art::OatHeader
Doat.h117 bool IsKeyEnabled(const char* key) const;