Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h454 const std::string& GetDexFileLocation() const { in GetDexFileLocation() function
Doat_file_manager.cc97 if (DexFileLoader::GetBaseLocation(oat_dex_file->GetDexFileLocation()) == dex_base_location) { in FindOpenedOatFileFromDexLocation()
Doat_file.cc859 StringPiece key(oat_dex_file->GetDexFileLocation()); in Setup()
/art/oatdump/
Doatdump.cc524 os << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() << "': " in Dump()
670 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in GetQuickOatCode()
898 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in AddAllOffsets()
1058 os << StringPrintf("location: %s\n", oat_dex_file.GetDexFileLocation().c_str()); in DumpOatDexFile()
1139 std::string dex_file_location = oat_dex_file.GetDexFileLocation(); in ExportDexFile()
2105 stats_.oat_dex_file_sizes.push_back(std::make_pair(oat_dex_file->GetDexFileLocation(), in Dump()
/art/runtime/gc/space/
Dimage_space.cc1879 const std::string& dex_file_location = oat_dex_file->GetDexFileLocation(); in ValidateOatFile()