Home
last modified time | relevance | path

Searched defs:image_location (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc80 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 …]
Dimage_space_test.cc378 std::string image_location = GetCoreArtLocation(); in SetUpRuntimeOptions() local
/art/dex2oat/
Ddex2oat_image_test.cc419 auto load = [&](const std::string& image_location) { in TEST_F()
435 auto silent_load = [&](const std::string& image_location) { in TEST_F()
Ddex2oat_test.cc1308 const std::string image_location = spaces[0]->GetImageLocation(); in TEST_F() local
/art/runtime/
Ddexopt_test.cc116 std::string image_location = GetImageLocation(); in GenerateOatForTest() local
/art/imgdiag/
Dimgdiag.cc1285 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()