Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Doat_file_assistant.cc106 odex_(this, /*is_oat_location=*/ false), in OatFileAssistant()
244 if (odex_.Status() != kOatCannotOpen) { in GetStatusDump()
246 CHECK(odex_.Filename() != nullptr); in GetStatusDump()
252 status << *odex_.Filename() << "[status=" << odex_.Status() << ", "; in GetStatusDump()
253 const OatFile* file = odex_.GetFile(); in GetStatusDump()
328 return odex_.Status(); in OdexFileStatus()
692 if (!odex_.IsUseable() && vdex_for_odex_.IsUseable()) { in GetBestInfo()
695 return odex_; in GetBestInfo()
708 if (odex_.IsUseable()) { in GetBestInfo()
709 return odex_; in GetBestInfo()
[all …]
H A Doat_file_assistant.h443 OatFileInfo odex_; variable