Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.h74 std::vector<const OatFile*> GetBootOatFiles() const;
Doat_file_manager.cc121 std::vector<const OatFile*> OatFileManager::GetBootOatFiles() const { in GetBootOatFiles() function in art::OatFileManager
133 std::vector<const OatFile*> boot_oat_files = GetBootOatFiles(); in GetPrimaryOatFile()
639 CHECK_EQ(oat_files_.size(), GetBootOatFiles().size()); in SetOnlyUseSystemOatFiles()
645 std::vector<const OatFile*> boot_oat_files = GetBootOatFiles(); in DumpForSigQuit()