Searched defs:image_location (Results 1 – 6 of 6) sorted by relevance
/art/runtime/gc/space/ |
D | image_space.cc | 80 const char* image_location, in ImageSpace() 205 static bool FindImageFilenameImpl(const char* image_location, in FindImageFilenameImpl() 255 bool ImageSpace::FindImageFilename(const char* image_location, in FindImageFilename() 730 const char* image_location, in InitAppImage() 827 const char* image_location, in Init() 856 const char* image_location, in Init() 1155 const char* image_location, in LoadImageFile() 1647 BootImageLayout(const std::string& image_location, in BootImageLayout() 2492 const std::string& image_location, in BootImageLoader() 2516 std::string image_location = layout.GetPrimaryImageLocation(); in FindImageFiles() local [all …]
|
D | image_space_test.cc | 378 std::string image_location = GetCoreArtLocation(); in SetUpRuntimeOptions() local
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 419 auto load = [&](const std::string& image_location) { in TEST_F() 435 auto silent_load = [&](const std::string& image_location) { in TEST_F()
|
D | dex2oat_test.cc | 1308 const std::string image_location = spaces[0]->GetImageLocation(); in TEST_F() local
|
/art/runtime/ |
D | dexopt_test.cc | 116 std::string image_location = GetImageLocation(); in GenerateOatForTest() local
|
/art/imgdiag/ |
D | imgdiag.cc | 1285 bool Dump(const ImageHeader& image_header, const std::string& image_location) in Dump() 1309 bool DumpImageDiff(const ImageHeader& image_header, const std::string& image_location) in DumpImageDiff() 1440 bool DumpImageDiffMap(const ImageHeader& image_header, const std::string& image_location) in DumpImageDiffMap() 1781 static std::string GetImageLocationBaseName(const std::string& image_location) { in GetImageLocationBaseName()
|