• Home
  • Raw
  • Download

Lines Matching refs:GetLocation

75   VLOG(class_linker) << "Registered oat file " << oat_file->GetLocation();  in RegisterOatFile()
76 PaletteNotifyOatFileLoaded(oat_file->GetLocation().c_str()); in RegisterOatFile()
81 LocationIsTrusted(oat_file->GetLocation(), !Runtime::Current()->DenyArtApexDataFiles()) || in RegisterOatFile()
83 << "Registering a non /system oat file: " << oat_file->GetLocation() << " android-root=" in RegisterOatFile()
89 CHECK_NE(oat_file.get(), existing.get()) << oat_file->GetLocation(); in RegisterOatFile()
133 if (oat_file->GetLocation() == oat_location) { in FindOpenedOatFileFromOatLocationLocked()
240 << (oat_file != nullptr ? oat_file->GetLocation() : "") in OpenDexFilesFromOat()
243 CHECK(oat_file == nullptr || odex_location == oat_file->GetLocation()) in OpenDexFilesFromOat()
246 << " best_oat_file-location=" << oat_file->GetLocation(); in OpenDexFilesFromOat()
254 VLOG(oat) << "Madvising oat file: " << oat_file->GetLocation(); in OpenDexFilesFromOat()
260 oat_file->GetLocation()); in OpenDexFilesFromOat()
350 << oat_file->GetLocation() in OpenDexFilesFromOat()
385 VLOG(oat) << "Madvising dex file: " << dex_file->GetLocation(); in OpenDexFilesFromOat()
390 dex_file->GetLocation()); in OpenDexFilesFromOat()
399 VLOG(class_linker) << "Registering " << oat_file->GetLocation(); in OpenDexFilesFromOat()
414 std::string duplicates = (*duplicate_it)->GetLocation(); in OpenDexFilesFromOat()
416 duplicates += "," + (*duplicate_it)->GetLocation(); in OpenDexFilesFromOat()
505 error_msgs->push_back("Failed to make dex file " + dex_file->GetLocation() + " read-only"); in OpenDexFilesFromOat()
598 VLOG(class_linker) << "Registering " << oat_file->GetLocation(); in OpenDexFilesFromOat_Impl()
813 std::string dex_location = dex_files[0]->GetLocation(); in RunBackgroundVerification()
899 os << oat_file->GetLocation() << ": " << oat_file->GetCompilerFilter() << "\n"; in DumpForSigQuit()