Home
last modified time | relevance | path

Searched refs:GetOatLocationFromImageLocation (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dimage.h203 static std::string GetOatLocationFromImageLocation(const std::string& image) { in GetOatLocationFromImageLocation() function
Druntime.cc1411 std::string system_oat_filename = ImageHeader::GetOatLocationFromImageLocation( in Init()
1413 std::string system_oat_location = ImageHeader::GetOatLocationFromImageLocation( in Init()
/art/runtime/gc/space/
Dimage_space.cc1933 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(art_filename); in CompileExtension()
1971 args.push_back("--oat-location=" + ImageHeader::GetOatLocationFromImageLocation(base_filename)); in CompileExtension()
2829 ImageHeader::GetOatLocationFromImageLocation(space->GetImageFilename()); in OpenOatFile()
2831 ImageHeader::GetOatLocationFromImageLocation(space->GetImageLocation()); in OpenOatFile()
/art/oatdump/
Doatdump.cc1780 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_filename); in Dump()