Searched defs:image_location (Results 1 – 5 of 5) sorted by relevance
/art/runtime/gc/space/ |
D | image_space.cc | 70 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/ |
D | dexopt_test.cc | 96 std::string image_location = GetImageLocation(); in GenerateOatForTest() local
|
D | common_runtime_test.cc | 414 std::string image_location = image_spaces[0]->GetImageLocation(); in StartDex2OatCommandLine() local
|
/art/imgdiag/ |
D | imgdiag.cc | 1279 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/ |
D | dex2oat_test.cc | 1283 const std::string image_location = spaces[0]->GetImageLocation(); in TEST_F() local
|