Home
last modified time | relevance | path

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

/art/runtime/
Ddebug_print.cc46 << (ispace->GetImageFilename() == cs->GetName() ? "+" : ispace->GetImageFilename()) in DescribeSpace()
/art/runtime/gc/space/
Dimage_space.h185 const std::string GetImageFilename() const { in GetImageFilename() function
Dimage_space.cc815 space.GetImageFilename().c_str(), in CheckImageComponentCount()
829 space.GetImageFilename().c_str(), in CheckImageReservationSize()
2866 ImageHeader::GetOatLocationFromImageLocation(space->GetImageFilename()); in OpenOatFile()
3089 space->GetImageFilename().c_str(), in LoadComponents()
/art/runtime/jit/
Djit.cc632 PLOG(WARNING) << "Failed mremap of boot image methods of " << space->GetImageFilename(); in NotifyZygoteCompilationDone()
1069 PLOG(WARNING) << "Fail to mremap boot image methods for " << space->GetImageFilename(); in MapBootImageMethods()
/art/oatdump/
Doatdump.cc1637 space->GetImageFilename().c_str()); in DumpDataImgRelRoEntries()
1872 std::string image_filename = image_space_.GetImageFilename(); in Dump()