HomeSort by relevance Sort by last modified time
    Searched refs:boot_oat_files (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat_file_manager.cc 133 std::vector<const OatFile*> boot_oat_files = GetBootOatFiles(); local
134 if (!boot_oat_files.empty()) {
136 if (std::find(boot_oat_files.begin(), boot_oat_files.end(), oat_file.get()) ==
137 boot_oat_files.end()) {
645 std::vector<const OatFile*> boot_oat_files = GetBootOatFiles(); local
647 if (ContainsElement(boot_oat_files, oat_file.get())) {
  /art/imgdiag/
imgdiag.cc 832 std::vector<const OatFile*> boot_oat_files = oat_file_manager.GetBootOatFiles(); local
833 for (const OatFile* oat_file : boot_oat_files) {
    [all...]

Completed in 223 milliseconds