Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h60 static ImageHeader* ReadImageHeaderOrDie(const char* image_location,
66 static ImageHeader* ReadImageHeader(const char* image_location,
122 static bool FindImageFilename(const char* image_location,
162 const char* image_location,
181 const char* image_location,
Dimage_space.cc48 const char* image_location, in ImageSpace() argument
59 image_location_(image_location) { in ImageSpace()
140 bool ImageSpace::FindImageFilename(const char* image_location, in FindImageFilename() argument
152 std::string system_image_filename(GetSystemImageFilename(image_location, image_isa)); in FindImageFilename()
171 if (!GetDalvikCacheFilename(image_location, dalvik_cache.c_str(), cache_filename, &error_msg)) { in FindImageFilename()
193 static bool RelocateImage(const char* image_location, const char* dest_filename, in RelocateImage() argument
204 input_image_location_arg += image_location; in RelocateImage()
239 ImageHeader* ImageSpace::ReadImageHeaderOrDie(const char* image_location, in ReadImageHeaderOrDie() argument
242 ImageHeader* image_header = ReadImageHeader(image_location, image_isa, &error_msg); in ReadImageHeaderOrDie()
249 ImageHeader* ImageSpace::ReadImageHeader(const char* image_location, in ReadImageHeader() argument
[all …]
/art/compiler/
Dimage_test.cc65 ScratchFile image_location(location, ".art"); in TestWriteRead() local
67 std::string image_filename(GetSystemImageFilename(image_location.GetFilename().c_str(), in TestWriteRead()
232 image.append(image_location.GetFilename()); in TestWriteRead()
/art/runtime/
Doat_file_assistant.cc741 std::string image_location = ImageLocation(); in Dex2Oat() local
742 if (image_location.empty()) { in Dex2Oat()
778 argv.push_back("--boot-image=" + image_location); in Dex2Oat()
Druntime.cc783 static bool OpenDexFilesFromImage(const std::string& image_location, in OpenDexFilesFromImage() argument
790 image_locations.push_back(image_location); in OpenDexFilesFromImage()
876 const std::string& image_location, in OpenDexFiles() argument
880 if (!image_location.empty() && OpenDexFilesFromImage(image_location, dex_files, &failure_count)) { in OpenDexFiles()
/art/patchoat/
Dpatchoat.cc153 bool PatchOat::Patch(const std::string& image_location, in Patch() argument
159 CHECK(!image_location.empty()) << "image file must have a filename."; in Patch()
170 std::string img = "-Ximage:" + image_location; in Patch()
/art/imgdiag/
Dimgdiag.cc53 const std::string& image_location, in ImgDiagDumper() argument
58 image_location_(image_location), in ImgDiagDumper()