Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h129 const std::string& image_location,
211 static bool FindImageFilename(const char* image_location,
236 const std::string& image_location,
256 const std::string& image_location,
291 const char* image_location,
302 const char* image_location,
Dimage_space.cc80 const char* image_location, in ImageSpace() argument
93 image_location_(image_location), in ImageSpace()
205 static bool FindImageFilenameImpl(const char* image_location, in FindImageFilenameImpl() argument
220 std::string system_image_filename(GetSystemImageFilename(image_location, image_isa)); in FindImageFilenameImpl()
243 if (!GetDalvikCacheFilename(image_location, in FindImageFilenameImpl()
255 bool ImageSpace::FindImageFilename(const char* image_location, in FindImageFilename() argument
264 return FindImageFilenameImpl(image_location, in FindImageFilename()
730 const char* image_location, in InitAppImage() argument
738 image_location, in InitAppImage()
827 const char* image_location, in Init() argument
[all …]
Dimage_space_test.cc378 std::string image_location = GetCoreArtLocation(); in SetUpRuntimeOptions() local
381 image_location = missing_image_base_->GetFilename() + ".art"; in SetUpRuntimeOptions()
383 options->emplace_back(android::base::StringPrintf("-Ximage:%s", image_location.c_str()), in SetUpRuntimeOptions()
/art/runtime/
Ddexopt_test.cc116 std::string image_location = GetImageLocation(); in GenerateOatForTest() local
155 image_location, in GenerateOatForTest()
/art/tools/
Dart187 local image_location="$image_location_dir/$image_location_name"
188 echo "$image_location"
/art/dex2oat/
Ddex2oat_image_test.cc419 auto load = [&](const std::string& image_location) { in TEST_F() argument
425 image_location, in TEST_F()
435 auto silent_load = [&](const std::string& image_location) { in TEST_F() argument
437 return load(image_location); in TEST_F()
Ddex2oat_test.cc1308 const std::string image_location = spaces[0]->GetImageLocation(); in TEST_F() local
/art/imgdiag/
Dimgdiag.cc1285 bool Dump(const ImageHeader& image_header, const std::string& image_location) in Dump() argument
1288 os << "IMAGE LOCATION: " << image_location << "\n\n"; in Dump()
1299 ret = DumpImageDiff(image_header, image_location); in Dump()
1309 bool DumpImageDiff(const ImageHeader& image_header, const std::string& image_location) in DumpImageDiff() argument
1311 return DumpImageDiffMap(image_header, image_location); in DumpImageDiff()
1440 bool DumpImageDiffMap(const ImageHeader& image_header, const std::string& image_location) in DumpImageDiffMap() argument
1445 std::string image_location_base_name = GetImageLocationBaseName(image_location); in DumpImageDiffMap()
1781 static std::string GetImageLocationBaseName(const std::string& image_location) { in GetImageLocationBaseName() argument
1782 return BaseName(std::string(image_location)); in GetImageLocationBaseName()