Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc42 ImageSpace::ImageSpace(const std::string& image_filename, const char* image_location, in ImageSpace()
173 bool ImageSpace::FindImageFilename(const char* image_location, in FindImageFilename()
226 static bool RelocateImage(const char* image_location, const char* dest_filename, in RelocateImage()
281 ImageHeader* ImageSpace::ReadImageHeaderOrDie(const char* image_location, in ReadImageHeaderOrDie()
291 ImageHeader* ImageSpace::ReadImageHeader(const char* image_location, in ReadImageHeader()
378 ImageSpace* ImageSpace::Create(const char* image_location, in Create()
554 ImageSpace* ImageSpace::Init(const char* image_filename, const char* image_location, in Init()
/art/compiler/
Dimage_test.cc49 ScratchFile image_location(location, ".art"); in TEST_F() local
/art/patchoat/
Dpatchoat.cc111 bool PatchOat::Patch(const std::string& image_location, off_t delta, in Patch()
189 bool PatchOat::Patch(const File* input_oat, const std::string& image_location, off_t delta, in Patch()
/art/runtime/
Druntime.cc571 const std::string& image_location, in OpenDexFilesFromImage()
630 const std::string& image_location, in OpenDexFiles()
Dclass_linker.cc1339 const std::string& image_location = space->GetImageLocation(); in OpenOatFileFromDexLocation() local
1409 const std::string& image_location, in PatchAndRetrieveOat()
/art/oatdump/
Doatdump.cc1689 const char* image_location = nullptr; in oatdump() local