Searched refs:oat_file_assistant_ (Results 1 – 2 of 2) sorted by relevance
737 : oat_file_assistant_(oat_file_assistant), is_oat_location_(is_oat_location) in OatFileInfo()795 if (oat_file_assistant_->DexChecksumUpToDate(*vdex, &error_msg)) { in Status()806 status_ = oat_file_assistant_->GivenOatFileStatus(*file); in Status()841 if (oat_file_assistant_->HasOriginalDexFiles()) { in GetDexOptNeeded()854 bool executable = oat_file_assistant_->load_executable_; in GetFile()855 if (executable && oat_file_assistant_->only_load_system_executable_) { in GetFile()868 oat_file_assistant_->dex_location_.c_str(), in GetFile()878 oat_file_assistant_->dex_location_.c_str(), in GetFile()922 size_t dir_index = oat_file_assistant_->dex_location_.rfind('/'); in ClassLoaderContextIsOkay()924 ? oat_file_assistant_->dex_location_.substr(0, dir_index) in ClassLoaderContextIsOkay()[all …]
349 OatFileAssistant* oat_file_assistant_; variable