Searched refs:image_location (Results 1 – 12 of 12) sorted by relevance
/art/runtime/gc/space/ |
D | image_space.h | 59 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,
|
D | image_space.cc | 60 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/ |
D | dexopt_test.cc | 87 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()
|
D | dexopt_test.h | 76 bool PreRelocateImage(const std::string& image_location, std::string* error_msg);
|
D | dex2oat_environment_test.h | 150 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()
|
D | oat_file_assistant.cc | 784 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()
|
D | runtime.cc | 896 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/ |
D | art | 146 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/ |
D | patchoat.h | 47 static bool Patch(const std::string& image_location,
|
D | patchoat.cc | 122 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/ |
D | dex2oat_test.cc | 156 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/ |
D | imgdiag.cc | 1104 const std::string& image_location, in ImgDiagDumper() argument 1110 image_location_(image_location), in ImgDiagDumper()
|