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

/art/runtime/
H A Doat_file_assistant.cc55 case OatFileAssistant::kOatNeedsRelocation:
56 stream << "kOatNeedsRelocation";
343 return kOatNeedsRelocation;
360 return OdexFileStatus() == kOatNeedsRelocation;
427 return kOatNeedsRelocation;
444 return OatFileStatus() == kOatNeedsRelocation;
477 return kOatNeedsRelocation;
570 return GivenOatFileStatus(file) == kOatNeedsRelocation;
H A Doat_file_assistant.h79 // kOatNeedsRelocation - An oat file is said to need relocation if the
83 kOatNeedsRelocation, enumerator in enum:art::OatFileAssistant::OatStatus

Completed in 55 milliseconds