Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.cc97 load_executable_(load_executable), in OatFileAssistant()
113 if (load_executable_ && isa != kRuntimeISA) { in OatFileAssistant()
116 load_executable_ = false; in OatFileAssistant()
854 bool executable = oat_file_assistant_->load_executable_; in GetFile()
Doat_file_assistant.h421 bool load_executable_ = false; variable