Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.h72 std::vector<const OatFile*> GetBootOatFiles() const;
Doat_file_manager.cc133 std::vector<const OatFile*> OatFileManager::GetBootOatFiles() const { in GetBootOatFiles() function in art::OatFileManager
803 std::vector<const OatFile*> boot_vector = GetBootOatFiles(); in SetOnlyUseTrustedOatFiles()
827 std::vector<const OatFile*> boot_oat_files = GetBootOatFiles(); in DumpForSigQuit()
/art/imgdiag/
Dimgdiag.cc850 std::vector<const OatFile*> boot_oat_files = oat_file_manager.GetBootOatFiles(); in BuildEntryPointNames()