Lines Matching refs:odex_
106 odex_(this, /*is_oat_location=*/ false), in OatFileAssistant()
136 odex_.Reset(odex_file_name, UseFdToReadFiles(), zip_fd, vdex_fd, oat_fd); 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()
726 return (odex_.Status() == kOatCannotOpen) ? oat_ : odex_; in GetBestInfo()