Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.cc747 : oat_file_assistant_(oat_file_assistant), is_oat_location_(is_oat_location) in OatFileInfo()
779 status_ = oat_file_assistant_->GivenOatFileStatus(*file); in Status()
802 if (oat_file_assistant_->HasDexFiles()) { in GetDexOptNeeded()
827 bool executable = oat_file_assistant_->load_executable_; in GetFile()
860 oat_file_assistant_->dex_location_, in GetFile()
864 if (executable && oat_file_assistant_->only_load_trusted_executable_) { in GetFile()
870 ArrayRef<const std::string> dex_locations(&oat_file_assistant_->dex_location_, in GetFile()
888 oat_file_assistant_->dex_location_, in GetFile()
Doat_file_assistant.h358 OatFileAssistant* oat_file_assistant_; variable