HomeSort by relevance Sort by last modified time
    Searched refs:image_location (Results 1 - 11 of 11) sorted by null

  /art/runtime/gc/space/
image_space.h 59 static ImageHeader* ReadImageHeader(const char* image_location,
110 // requested image_location, or the filename where a new image
115 static bool FindImageFilename(const char* image_location,
173 const char* image_location,
184 const char* image_location,
image_space.cc 58 const char* image_location,
69 image_location_(image_location) {
154 static bool FindImageFilenameImpl(const char* image_location,
167 // image_location = /system/framework/boot.art
169 std::string system_image_filename(GetSystemImageFilename(image_location, image_isa));
188 // image_location = /system/framework/boot.art
191 if (!GetDalvikCacheFilename(image_location,
203 bool ImageSpace::FindImageFilename(const char* image_location,
212 return FindImageFilenameImpl(image_location,
235 // Relocate the image at image_location to dest_filename and relocate it by a random amount
    [all...]
  /art/runtime/
dexopt_test.h 76 bool PreRelocateImage(const std::string& image_location, std::string* error_msg);
dexopt_test.cc 87 std::string image_location = GetImageLocation(); local
115 gc::space::ImageSpace::ReadImageHeader(image_location.c_str(),
192 bool DexoptTest::PreRelocateImage(const std::string& image_location, std::string* error_msg) {
194 if (!GetCachedImageFile(image_location, &image, error_msg)) {
203 argv.push_back("--input-image-location=" + image_location);
dex2oat_environment_test.h 149 bool GetCachedImageFile(const std::string& image_location,
166 return GetDalvikCacheFilename(image_location.c_str(), cache.c_str(), image, error_msg);
oat_file_assistant.cc 724 std::string image_location = ImageLocation(); local
725 if (image_location.empty()) {
761 argv.push_back("--boot-image=" + image_location);
    [all...]
runtime.cc 864 static bool OpenDexFilesFromImage(const std::string& image_location,
871 image_locations.push_back(image_location);
    [all...]
  /art/patchoat/
patchoat.h 47 static bool Patch(const std::string& image_location,
patchoat.cc 120 bool PatchOat::Patch(const std::string& image_location,
126 CHECK(!image_location.empty()) << "image file must have a filename.";
137 std::string img = "-Ximage:" + image_location;
  /art/dex2oat/
dex2oat_test.cc 146 std::string image_location = image_spaces[0]->GetImageLocation(); local
179 argv.push_back("--boot-image=" + image_location);
  /art/imgdiag/
imgdiag.cc 57 const std::string& image_location,
62 image_location_(image_location),
    [all...]

Completed in 363 milliseconds