Home
last modified time | relevance | path

Searched refs:GetDexFileLocation (Results 1 – 10 of 10) sorted by relevance

/art/runtime/oat/
Doat_file.h540 const std::string& GetDexFileLocation() const { in GetDexFileLocation() function
Doat_file_manager.cc121 if (DexFileLoader::GetBaseLocation(oat_dex_file->GetDexFileLocation()) == dex_base_location) { in FindOpenedOatFileFromDexLocation()
Doat_file.cc609 std::string_view key(oat_dex_file->GetDexFileLocation()); in Setup()
1798 std::string_view key(oat_dex_file->GetDexFileLocation()); in Open()
/art/oatdump/
Doatdump.cc533 os << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() << "': " in Dump()
689 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in DumpMethodAndOffsetAsJson()
748 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in GetQuickOatCode()
847 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in AddAllOffsets()
885 os << StringPrintf("location: %s\n", oat_dex_file.GetDexFileLocation().c_str()); in DumpOatDexFile()
968 std::string dex_file_location = oat_dex_file.GetDexFileLocation(); in ExportDexFile()
1902 stats_.oat_dex_file_sizes.push_back(std::make_pair(oat_dex_file->GetDexFileLocation(), in Dump()
/art/runtime/gc/space/
Dimage_space.cc3461 oat_dex_files[i]->GetDexFileLocation() : in ValidateOatFile()
3467 if (DexFileLoader::IsMultiDexLocation(oat_dex_files[i]->GetDexFileLocation())) { in ValidateOatFile()
3512 DCHECK_EQ(main_space->oat_file_non_owned_->GetOatDexFiles()[0]->GetDexFileLocation(), in GetBootClassPathChecksums()
3531 CHECK_EQ(oat_file->GetOatDexFiles()[i]->GetDexFileLocation(), in GetBootClassPathChecksums()
3649 const std::string main_location = oat_file->GetOatDexFiles()[0]->GetDexFileLocation(); in VerifyBootClassPathChecksums()
3655 oat_file->GetOatDexFiles()[i]->GetDexFileLocation())) { in VerifyBootClassPathChecksums()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h72 error_ss << separator << odf_value << "(" << odf_value->GetDexFileLocation() << ")"; in GetResolvedMethodErrorString()
/art/runtime/native/
Ddalvik_system_DexFile.cc916 if (DexFileLoader::GetBaseLocation(oat_dex_file->GetDexFileLocation()) == in DexFile_getDexFileOutputPaths()
/art/runtime/
Druntime_image.cc1096 dex_location_ = oat_dex_file->GetDexFileLocation(); in WriteObjects()
Dclass_linker.cc4495 << oat_dex_file.GetDexFileLocation() in FindDexCache()
/art/runtime/gc/
Dheap.cc4825 (space->AsImageSpace()->GetOatFile()->GetOatDexFiles()[0]->GetDexFileLocation() == in HasAppImageSpaceFor()