Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.cc141 std::vector<const OatFile*> boot_oat_files = GetBootOatFiles(); in GetPrimaryOatFile() local
142 if (!boot_oat_files.empty()) { in GetPrimaryOatFile()
144 if (std::find(boot_oat_files.begin(), boot_oat_files.end(), oat_file.get()) == in GetPrimaryOatFile()
145 boot_oat_files.end()) { in GetPrimaryOatFile()
821 std::vector<const OatFile*> boot_oat_files = GetBootOatFiles(); in DumpForSigQuit() local
823 if (ContainsElement(boot_oat_files, oat_file.get())) { in DumpForSigQuit()
/art/imgdiag/
Dimgdiag.cc849 std::vector<const OatFile*> boot_oat_files = oat_file_manager.GetBootOatFiles(); in BuildEntryPointNames() local
850 for (const OatFile* oat_file : boot_oat_files) { in BuildEntryPointNames()