Searched defs:image_location (Results 1 – 7 of 7) sorted by relevance
/art/runtime/gc/space/ |
D | image_space.cc | 46 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/ |
D | image_test.cc | 50 ScratchFile image_location(location, ".art"); in TEST_F() local
|
/art/imgdiag/ |
D | imgdiag.cc | 52 const char* image_location, in ImgDiagDumper() 845 static int DumpImage(Runtime* runtime, const char* image_location, in DumpImage()
|
/art/patchoat/ |
D | patchoat.cc | 95 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/ |
D | runtime.cc | 697 static bool OpenDexFilesFromImage(const std::string& image_location, in OpenDexFilesFromImage() 758 const std::string& image_location, in OpenDexFiles()
|
D | oat_file_assistant.cc | 695 std::string image_location = ImageLocation(); in CopyProfileFile() local
|
/art/oatdump/ |
D | oatdump.cc | 2188 static int DumpImage(Runtime* runtime, const char* image_location, OatDumperOptions* options, in DumpImage()
|