Searched refs:image_location (Results 1 – 7 of 7) sorted by relevance
/art/runtime/gc/space/ |
D | image_space.h | 50 const std::string& image_location, 69 static std::unique_ptr<ImageHeader> ReadImageHeader(const char* image_location, 126 static bool FindImageFilename(const char* image_location, 139 const std::string& image_location, 152 const std::string& image_location); 186 const char* image_location, 197 const char* image_location, 219 const std::string& image_location);
|
D | image_space.cc | 70 const char* image_location, in ImageSpace() argument 82 image_location_(image_location) { in ImageSpace() 184 static bool FindImageFilenameImpl(const char* image_location, in FindImageFilenameImpl() argument 199 std::string system_image_filename(GetSystemImageFilename(image_location, image_isa)); in FindImageFilenameImpl() 222 if (!GetDalvikCacheFilename(image_location, in FindImageFilenameImpl() 234 bool ImageSpace::FindImageFilename(const char* image_location, in FindImageFilename() argument 243 return FindImageFilenameImpl(image_location, in FindImageFilename() 276 std::unique_ptr<ImageHeader> ImageSpace::ReadImageHeader(const char* image_location, in ReadImageHeader() argument 286 if (FindImageFilename(image_location, in ReadImageHeader() 311 *error_msg = StringPrintf("Unable to find image file for %s", image_location); in ReadImageHeader() [all …]
|
/art/runtime/ |
D | dexopt_test.cc | 96 std::string image_location = GetImageLocation(); in GenerateOatForTest() local 124 image_location, in GenerateOatForTest()
|
D | common_runtime_test.cc | 414 std::string image_location = image_spaces[0]->GetImageLocation(); in StartDex2OatCommandLine() local 427 argv->push_back("--boot-image=" + image_location); in StartDex2OatCommandLine()
|
/art/imgdiag/ |
D | imgdiag.cc | 1279 bool Dump(const ImageHeader& image_header, const std::string& image_location) in Dump() argument 1282 os << "IMAGE LOCATION: " << image_location << "\n\n"; in Dump() 1293 ret = DumpImageDiff(image_header, image_location); in Dump() 1303 bool DumpImageDiff(const ImageHeader& image_header, const std::string& image_location) in DumpImageDiff() argument 1305 return DumpImageDiffMap(image_header, image_location); in DumpImageDiff() 1434 bool DumpImageDiffMap(const ImageHeader& image_header, const std::string& image_location) in DumpImageDiffMap() argument 1439 std::string image_location_base_name = GetImageLocationBaseName(image_location); in DumpImageDiffMap() 1765 static std::string GetImageLocationBaseName(const std::string& image_location) { in GetImageLocationBaseName() argument 1766 return BaseName(std::string(image_location)); in GetImageLocationBaseName()
|
/art/tools/ |
D | art | 182 local image_location="$image_location_dir/$image_location_name" 183 echo "$image_location"
|
/art/dex2oat/ |
D | dex2oat_test.cc | 1283 const std::string image_location = spaces[0]->GetImageLocation(); in TEST_F() local
|