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.cc1255 std::string system_oat_filename = ImageHeader::GetOatLocationFromImageLocation( in Init()
1257 std::string system_oat_location = ImageHeader::GetOatLocationFromImageLocation(image_location_); in Init()
/art/runtime/gc/space/
Dimage_space.cc167 oat_file_option_string += ImageHeader::GetOatLocationFromImageLocation(image_filename); in GenerateImage()
2181 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(art_filename); in CompileExtension()
2219 args.push_back("--oat-location=" + ImageHeader::GetOatLocationFromImageLocation(base_filename)); in CompileExtension()
3134 ImageHeader::GetOatLocationFromImageLocation(space->GetImageFilename()); in OpenOatFile()
3136 ImageHeader::GetOatLocationFromImageLocation(space->GetImageLocation()); in OpenOatFile()
/art/oatdump/
Doatdump.cc1885 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_filename); in Dump()