Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h50 const std::string& image_location,
69 static std::unique_ptr<ImageHeader> ReadImageHeader(const char* image_location,
126 static bool FindImageFilename(const char* image_location,
139 const std::string& image_location,
152 const std::string& image_location);
186 const char* image_location,
197 const char* image_location,
219 const std::string& image_location);
Dimage_space.cc70 const char* image_location, in ImageSpace() argument
82 image_location_(image_location) { in ImageSpace()
184 static bool FindImageFilenameImpl(const char* image_location, in FindImageFilenameImpl() argument
199 std::string system_image_filename(GetSystemImageFilename(image_location, image_isa)); in FindImageFilenameImpl()
222 if (!GetDalvikCacheFilename(image_location, in FindImageFilenameImpl()
234 bool ImageSpace::FindImageFilename(const char* image_location, in FindImageFilename() argument
243 return FindImageFilenameImpl(image_location, in FindImageFilename()
276 std::unique_ptr<ImageHeader> ImageSpace::ReadImageHeader(const char* image_location, in ReadImageHeader() argument
286 if (FindImageFilename(image_location, in ReadImageHeader()
311 *error_msg = StringPrintf("Unable to find image file for %s", image_location); in ReadImageHeader()
[all …]
/art/runtime/
Ddexopt_test.cc96 std::string image_location = GetImageLocation(); in GenerateOatForTest() local
124 image_location, in GenerateOatForTest()
Dcommon_runtime_test.cc414 std::string image_location = image_spaces[0]->GetImageLocation(); in StartDex2OatCommandLine() local
427 argv->push_back("--boot-image=" + image_location); in StartDex2OatCommandLine()
/art/imgdiag/
Dimgdiag.cc1279 bool Dump(const ImageHeader& image_header, const std::string& image_location) in Dump() argument
1282 os << "IMAGE LOCATION: " << image_location << "\n\n"; in Dump()
1293 ret = DumpImageDiff(image_header, image_location); in Dump()
1303 bool DumpImageDiff(const ImageHeader& image_header, const std::string& image_location) in DumpImageDiff() argument
1305 return DumpImageDiffMap(image_header, image_location); in DumpImageDiff()
1434 bool DumpImageDiffMap(const ImageHeader& image_header, const std::string& image_location) in DumpImageDiffMap() argument
1439 std::string image_location_base_name = GetImageLocationBaseName(image_location); in DumpImageDiffMap()
1765 static std::string GetImageLocationBaseName(const std::string& image_location) { in GetImageLocationBaseName() argument
1766 return BaseName(std::string(image_location)); in GetImageLocationBaseName()
/art/tools/
Dart182 local image_location="$image_location_dir/$image_location_name"
183 echo "$image_location"
/art/dex2oat/
Ddex2oat_test.cc1283 const std::string image_location = spaces[0]->GetImageLocation(); in TEST_F() local