Searched refs:PreSetup (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Doat_file.cc86 // 4) PreSetup() for any steps that should be done before the final setup.
129 virtual void PreSetup(const std::string& elf_filename) = 0;
183 ret->PreSetup(elf_filename);
641 void PreSetup(const std::string& elf_filename) OVERRIDE;
666 // (optimistically) optimize the PreSetup stage (see comment there).
791 void DlOpenOatFile::PreSetup(const std::string& elf_filename) { function in class:art::DlOpenOatFile
846 VLOG(oat) << "Need a second run in PreSetup, didn't find with shared_objects_before="
901 void PreSetup(const std::string& elf_filename ATTRIBUTE_UNUSED) OVERRIDE {

Completed in 36 milliseconds