Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h488 const std::string& GetDexFileLocation() const { in GetDexFileLocation() function
Doat_file_manager.cc104 if (DexFileLoader::GetBaseLocation(oat_dex_file->GetDexFileLocation()) == dex_base_location) { in FindOpenedOatFileFromDexLocation()
Doat_file.cc464 std::string_view key(oat_dex_file->GetDexFileLocation()); in Setup()
/art/oatdump/
Doatdump.cc516 os << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() << "': " in Dump()
710 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in GetQuickOatCode()
845 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in AddAllOffsets()
883 os << StringPrintf("location: %s\n", oat_dex_file.GetDexFileLocation().c_str()); in DumpOatDexFile()
965 std::string dex_file_location = oat_dex_file.GetDexFileLocation(); in ExportDexFile()
1912 stats_.oat_dex_file_sizes.push_back(std::make_pair(oat_dex_file->GetDexFileLocation(), in Dump()
/art/runtime/gc/space/
Dimage_space.cc2154 const std::string& dex_file_location = oat_dex_file->GetDexFileLocation(); in ValidateOatFile()
2295 CHECK_EQ(space->oat_file_non_owned_->GetOatDexFiles()[i]->GetDexFileLocation(), in GetBootClassPathChecksums()