Searched refs:boot_oat_files (Results 1 – 2 of 2) sorted by relevance
827 std::vector<const OatFile*> boot_oat_files = GetBootOatFiles(); in DumpForSigQuit() local829 if (ContainsElement(boot_oat_files, oat_file.get())) { in DumpForSigQuit()
850 std::vector<const OatFile*> boot_oat_files = oat_file_manager.GetBootOatFiles(); in BuildEntryPointNames() local851 for (const OatFile* oat_file : boot_oat_files) { in BuildEntryPointNames()