Searched refs:image_location (Results 1 – 8 of 8) sorted by relevance
/art/runtime/gc/space/ |
D | image_space.h | 129 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,
|
D | image_space.cc | 80 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 …]
|
D | image_space_test.cc | 378 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/ |
D | dexopt_test.cc | 116 std::string image_location = GetImageLocation(); in GenerateOatForTest() local 155 image_location, in GenerateOatForTest()
|
/art/tools/ |
D | art | 187 local image_location="$image_location_dir/$image_location_name" 188 echo "$image_location"
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 419 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()
|
D | dex2oat_test.cc | 1308 const std::string image_location = spaces[0]->GetImageLocation(); in TEST_F() local
|
/art/imgdiag/ |
D | imgdiag.cc | 1285 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()
|