Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.h71 std::vector<const OatFile*> GetBootOatFiles() const;
Doat_file_manager.cc128 std::vector<const OatFile*> OatFileManager::GetBootOatFiles() const { in GetBootOatFiles() function in art::OatFileManager
141 std::vector<const OatFile*> boot_oat_files = GetBootOatFiles(); in GetPrimaryOatFile()
808 std::vector<const OatFile*> boot_vector = GetBootOatFiles(); in SetOnlyUseSystemOatFiles()
821 std::vector<const OatFile*> boot_oat_files = GetBootOatFiles(); in DumpForSigQuit()
/art/imgdiag/
Dimgdiag.cc849 std::vector<const OatFile*> boot_oat_files = oat_file_manager.GetBootOatFiles(); in BuildEntryPointNames()