Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h496 const std::string& GetDexFileLocation() const { in GetDexFileLocation() function
Doat_file_manager.cc109 if (DexFileLoader::GetBaseLocation(oat_dex_file->GetDexFileLocation()) == dex_base_location) { in FindOpenedOatFileFromDexLocation()
Doat_file.cc556 std::string_view key(oat_dex_file->GetDexFileLocation()); in Setup()
1711 std::string_view key(oat_dex_file->GetDexFileLocation()); in Open()
/art/oatdump/
Doatdump.cc518 os << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() << "': " in Dump()
728 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in GetQuickOatCode()
827 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in AddAllOffsets()
865 os << StringPrintf("location: %s\n", oat_dex_file.GetDexFileLocation().c_str()); in DumpOatDexFile()
947 std::string dex_file_location = oat_dex_file.GetDexFileLocation(); in ExportDexFile()
1809 stats_.oat_dex_file_sizes.push_back(std::make_pair(oat_dex_file->GetDexFileLocation(), in Dump()
/art/runtime/gc/space/
Dimage_space.cc3273 const std::string& dex_file_location = oat_dex_file->GetDexFileLocation(); in ValidateOatFile()
3343 DCHECK_EQ(main_space->oat_file_non_owned_->GetOatDexFiles()[0]->GetDexFileLocation(), in GetBootClassPathChecksums()
3362 CHECK_EQ(oat_file->GetOatDexFiles()[i]->GetDexFileLocation(), in GetBootClassPathChecksums()
3569 const std::string main_location = oat_file->GetOatDexFiles()[0]->GetDexFileLocation(); in VerifyBootClassPathChecksums()
3575 oat_file->GetOatDexFiles()[i]->GetDexFileLocation().c_str())) { in VerifyBootClassPathChecksums()
/art/runtime/native/
Ddalvik_system_DexFile.cc828 if (DexFileLoader::GetBaseLocation(oat_dex_file->GetDexFileLocation()) == in DexFile_getDexFileOutputPaths()