Home
last modified time | relevance | path

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

/art/runtime/
Ddexopt_test.cc87 std::string image_location = GetImageLocation(); in GenerateOatForTest() local
192 bool DexoptTest::PreRelocateImage(const std::string& image_location, std::string* error_msg) { in PreRelocateImage()
Ddex2oat_environment_test.h149 bool GetCachedImageFile(const std::string& image_location, in GetCachedImageFile()
Doat_file_assistant.cc724 std::string image_location = ImageLocation(); in Dex2Oat() local
Druntime.cc864 static bool OpenDexFilesFromImage(const std::string& image_location, in OpenDexFilesFromImage()
972 const std::string& image_location, in OpenDexFiles()
/art/runtime/gc/space/
Dimage_space.cc58 const char* image_location, in ImageSpace()
154 static bool FindImageFilenameImpl(const char* image_location, in FindImageFilenameImpl()
203 bool ImageSpace::FindImageFilename(const char* image_location, in FindImageFilename()
236 static bool RelocateImage(const char* image_location, in RelocateImage()
283 ImageHeader* ImageSpace::ReadImageHeader(const char* image_location, in ReadImageHeader()
476 static std::unique_ptr<ImageSpace> Load(const char* image_location, in Load()
514 const char* image_location, in Init()
750 const char* image_location, in LoadImageFile()
1431 std::unique_ptr<ImageSpace> ImageSpace::CreateBootImage(const char* image_location, in CreateBootImage()
/art/patchoat/
Dpatchoat.cc120 bool PatchOat::Patch(const std::string& image_location, in Patch()
/art/dex2oat/
Ddex2oat_test.cc146 std::string image_location = image_spaces[0]->GetImageLocation(); in Dex2Oat() local
/art/imgdiag/
Dimgdiag.cc57 const std::string& image_location, in ImgDiagDumper()