Home
last modified time | relevance | path

Searched refs:image_location (Results 1 – 12 of 12) sorted by relevance

/art/runtime/gc/space/
Dimage_space.h59 static ImageHeader* ReadImageHeader(const char* image_location,
115 static bool FindImageFilename(const char* image_location,
173 const char* image_location,
184 const char* image_location,
Dimage_space.cc60 const char* image_location, in ImageSpace() argument
71 image_location_(image_location) { in ImageSpace()
156 static bool FindImageFilenameImpl(const char* image_location, in FindImageFilenameImpl() argument
171 std::string system_image_filename(GetSystemImageFilename(image_location, image_isa)); in FindImageFilenameImpl()
193 if (!GetDalvikCacheFilename(image_location, in FindImageFilenameImpl()
205 bool ImageSpace::FindImageFilename(const char* image_location, in FindImageFilename() argument
214 return FindImageFilenameImpl(image_location, in FindImageFilename()
238 static bool RelocateImage(const char* image_location, in RelocateImage() argument
251 input_image_location_arg += image_location; in RelocateImage()
285 ImageHeader* ImageSpace::ReadImageHeader(const char* image_location, in ReadImageHeader() argument
[all …]
/art/runtime/
Ddexopt_test.cc87 std::string image_location = GetImageLocation(); in GenerateOatForTest() local
115 gc::space::ImageSpace::ReadImageHeader(image_location.c_str(), in GenerateOatForTest()
192 bool DexoptTest::PreRelocateImage(const std::string& image_location, std::string* error_msg) { in PreRelocateImage() argument
194 if (!GetCachedImageFile(image_location, &image, error_msg)) { in PreRelocateImage()
203 argv.push_back("--input-image-location=" + image_location); in PreRelocateImage()
Ddexopt_test.h76 bool PreRelocateImage(const std::string& image_location, std::string* error_msg);
Ddex2oat_environment_test.h150 bool GetCachedImageFile(const std::string& image_location, in GetCachedImageFile() argument
167 return GetDalvikCacheFilename(image_location.c_str(), cache.c_str(), image, error_msg); in GetCachedImageFile()
Doat_file_assistant.cc784 std::string image_location = ImageLocation(); in Dex2Oat() local
785 if (image_location.empty()) { in Dex2Oat()
813 argv.push_back("--boot-image=" + image_location); in Dex2Oat()
Druntime.cc896 static bool OpenDexFilesFromImage(const std::string& image_location, in OpenDexFilesFromImage() argument
903 image_locations.push_back(image_location); in OpenDexFilesFromImage()
1004 const std::string& image_location, in OpenDexFiles() argument
1008 if (!image_location.empty() && OpenDexFilesFromImage(image_location, dex_files, &failure_count)) { in OpenDexFiles()
/art/tools/
Dart146 local image_location="$image_location_dir/$image_location_name"
147 echo "$image_location"
151 local image_location="$(detect_boot_image_location)"
161 -Ximage:"$image_location" \
/art/patchoat/
Dpatchoat.h47 static bool Patch(const std::string& image_location,
Dpatchoat.cc122 bool PatchOat::Patch(const std::string& image_location, in Patch() argument
128 CHECK(!image_location.empty()) << "image file must have a filename."; in Patch()
139 std::string img = "-Ximage:" + image_location; in Patch()
/art/dex2oat/
Ddex2oat_test.cc156 std::string image_location = image_spaces[0]->GetImageLocation(); in Dex2Oat() local
182 argv.push_back("--boot-image=" + image_location); in Dex2Oat()
1161 const std::string image_location = spaces[0]->GetImageLocation(); in TEST_F() local
/art/imgdiag/
Dimgdiag.cc1104 const std::string& image_location, in ImgDiagDumper() argument
1110 image_location_(image_location), in ImgDiagDumper()