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

  /art/runtime/
oat.cc 448 return IsKeyEnabled(OatHeader::kPicKey);
452 return IsKeyEnabled(OatHeader::kDebuggableKey);
455 bool OatHeader::IsKeyEnabled(const char* key) const {
oat.h 117 bool IsKeyEnabled(const char* key) const;

Completed in 884 milliseconds