Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat.cc422 return IsKeyEnabled(OatHeader::kDebuggableKey); in IsDebuggable()
426 return IsKeyEnabled(OatHeader::kConcurrentCopying); in IsConcurrentCopying()
430 return IsKeyEnabled(OatHeader::kNativeDebuggableKey); in IsNativeDebuggable()
434 return IsKeyEnabled(OatHeader::kRequiresImage); in RequiresImage()
451 bool OatHeader::IsKeyEnabled(const char* key) const { in IsKeyEnabled() function in art::OatHeader
Doat.h137 bool IsKeyEnabled(const char* key) const;