Searched refs:boot_oat_files (Results 1 – 2 of 2) sorted by relevance
141 std::vector<const OatFile*> boot_oat_files = GetBootOatFiles(); in GetPrimaryOatFile() local142 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()1056 std::vector<const OatFile*> boot_oat_files = GetBootOatFiles(); in DumpForSigQuit() local1058 if (ContainsElement(boot_oat_files, oat_file.get())) { in DumpForSigQuit()
849 std::vector<const OatFile*> boot_oat_files = oat_file_manager.GetBootOatFiles(); in BuildEntryPointNames() local850 for (const OatFile* oat_file : boot_oat_files) { in BuildEntryPointNames()