Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.cc692 : oat_file_assistant_(oat_file_assistant), is_oat_location_(is_oat_location) in OatFileInfo()
752 if (oat_file_assistant_->DexChecksumUpToDate(*vdex, &error_msg)) { in Status()
763 status_ = oat_file_assistant_->GivenOatFileStatus(*file); in Status()
798 if (oat_file_assistant_->HasDexFiles()) { in GetDexOptNeeded()
811 bool executable = oat_file_assistant_->load_executable_; in GetFile()
812 if (executable && oat_file_assistant_->only_load_system_executable_) { in GetFile()
819 ArrayRef<const std::string> dex_locations(&oat_file_assistant_->dex_location_, in GetFile()
837 oat_file_assistant_->dex_location_, in GetFile()
889 size_t dir_index = oat_file_assistant_->dex_location_.rfind('/'); in ClassLoaderContextIsOkay()
891 ? oat_file_assistant_->dex_location_.substr(0, dir_index) in ClassLoaderContextIsOkay()
[all …]
Doat_file_assistant.h344 OatFileAssistant* oat_file_assistant_; variable