Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc70 const char* image_location, in ImageSpace()
184 static bool FindImageFilenameImpl(const char* image_location, in FindImageFilenameImpl()
234 bool ImageSpace::FindImageFilename(const char* image_location, in FindImageFilename()
276 std::unique_ptr<ImageHeader> ImageSpace::ReadImageHeader(const char* image_location, in ReadImageHeader()
677 const char* image_location, in InitAppImage()
747 const char* image_location, in Init()
924 const char* image_location, in LoadImageFile()
1364 const std::string& image_location, in BootImageLoader()
1742 std::unique_ptr<ImageSpace> Load(const std::string& image_location, in Load()
1968 const std::string& image_location, in LoadBootImage()
[all …]
/art/runtime/
Ddexopt_test.cc96 std::string image_location = GetImageLocation(); in GenerateOatForTest() local
Dcommon_runtime_test.cc414 std::string image_location = image_spaces[0]->GetImageLocation(); in StartDex2OatCommandLine() local
/art/imgdiag/
Dimgdiag.cc1279 bool Dump(const ImageHeader& image_header, const std::string& image_location) in Dump()
1303 bool DumpImageDiff(const ImageHeader& image_header, const std::string& image_location) in DumpImageDiff()
1434 bool DumpImageDiffMap(const ImageHeader& image_header, const std::string& image_location) in DumpImageDiffMap()
1765 static std::string GetImageLocationBaseName(const std::string& image_location) { in GetImageLocationBaseName()
/art/dex2oat/
Ddex2oat_test.cc1283 const std::string image_location = spaces[0]->GetImageLocation(); in TEST_F() local