Home
last modified time | relevance | path

Searched defs:image_location (Results 1 – 7 of 7) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc46 ImageSpace::ImageSpace(const std::string& image_filename, const char* image_location, in ImageSpace()
234 bool ImageSpace::FindImageFilename(const char* image_location, in FindImageFilename()
287 static bool RelocateImage(const char* image_location, const char* dest_filename, in RelocateImage()
342 ImageHeader* ImageSpace::ReadImageHeaderOrDie(const char* image_location, in ReadImageHeaderOrDie()
352 ImageHeader* ImageSpace::ReadImageHeader(const char* image_location, in ReadImageHeader()
474 ImageSpace* ImageSpace::Create(const char* image_location, in Create()
661 ImageSpace* ImageSpace::Init(const char* image_filename, const char* image_location, in Init()
/art/compiler/
Dimage_test.cc50 ScratchFile image_location(location, ".art"); in TEST_F() local
/art/imgdiag/
Dimgdiag.cc52 const char* image_location, in ImgDiagDumper()
845 static int DumpImage(Runtime* runtime, const char* image_location, in DumpImage()
/art/patchoat/
Dpatchoat.cc95 bool PatchOat::Patch(const std::string& image_location, off_t delta, in Patch()
178 bool PatchOat::Patch(File* input_oat, const std::string& image_location, off_t delta, in Patch()
/art/runtime/
Druntime.cc697 static bool OpenDexFilesFromImage(const std::string& image_location, in OpenDexFilesFromImage()
758 const std::string& image_location, in OpenDexFiles()
Doat_file_assistant.cc695 std::string image_location = ImageLocation(); in CopyProfileFile() local
/art/oatdump/
Doatdump.cc2188 static int DumpImage(Runtime* runtime, const char* image_location, OatDumperOptions* options, in DumpImage()