Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h50 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);
/art/runtime/
Ddexopt_test.cc96 std::string image_location = GetImageLocation(); in GenerateOatForTest() local
124 image_location, in GenerateOatForTest()
Dcommon_runtime_test.cc414 std::string image_location = image_spaces[0]->GetImageLocation(); in StartDex2OatCommandLine() local
427 argv->push_back("--boot-image=" + image_location); in StartDex2OatCommandLine()
/art/imgdiag/
Dimgdiag.cc1279 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/
Dart182 local image_location="$image_location_dir/$image_location_name"
183 echo "$image_location"
/art/dex2oat/
Ddex2oat_test.cc1283 const std::string image_location = spaces[0]->GetImageLocation(); in TEST_F() local