Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h235 const std::string& GetDexFileLocation() const { in GetDexFileLocation() function
Doat_file.cc344 StringPiece key(oat_dex_file->GetDexFileLocation()); in Setup()
430 << " contains OatDexFile " << odf->GetDexFileLocation() in GetOatDexFile()
Dclass_linker.cc1151 oat_dex_file->GetDexFileLocation().c_str(), in VerifyOatAndDexFileChecksums()
/art/oatdump/
Doatdump.cc284 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in GetQuickOatCode()
313 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in AddAllOffsets()
364 os << StringPrintf("location: %s\n", oat_dex_file.GetDexFileLocation().c_str()); in DumpOatDexFile()
1060 stats_.oat_dex_file_sizes.push_back(std::make_pair(oat_dex_file->GetDexFileLocation(), in Dump()
/art/runtime/gc/space/
Dimage_space.cc774 const std::string& dex_file_location = oat_dex_file->GetDexFileLocation(); in ValidateOatFile()