Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.cc55 case OatFileAssistant::kOatNeedsRelocation: in operator <<()
343 return kOatNeedsRelocation; in OdexFileStatus()
360 return OdexFileStatus() == kOatNeedsRelocation; in OdexFileNeedsRelocation()
427 return kOatNeedsRelocation; in OatFileStatus()
444 return OatFileStatus() == kOatNeedsRelocation; in OatFileNeedsRelocation()
477 return kOatNeedsRelocation; in GivenOatFileStatus()
570 return GivenOatFileStatus(file) == kOatNeedsRelocation; in GivenOatFileNeedsRelocation()
Doat_file_assistant.h83 kOatNeedsRelocation, enumerator