HomeSort by relevance Sort by last modified time
    Searched refs:IsKeyEnabled (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat.cc 370 return IsKeyEnabled(OatHeader::kDebuggableKey);
374 return IsKeyEnabled(OatHeader::kConcurrentCopying);
378 return IsKeyEnabled(OatHeader::kNativeDebuggableKey);
395 bool OatHeader::IsKeyEnabled(const char* key) const {
oat.h 112 bool IsKeyEnabled(const char* key) const;

Completed in 334 milliseconds