Searched refs:GetImageLocation (Results 1 – 12 of 12) sorted by relevance
/art/runtime/ |
D | dex2oat_environment_test.h | 88 options->push_back(std::make_pair("-Ximage:" + GetImageLocation(), in SetUpRuntimeOptions() 129 std::string GetImageLocation() const { in GetImageLocation() function 140 return GetDalvikCacheFilename(GetImageLocation().c_str(), cache.c_str(), image, error_msg); in GetCachedImageFile()
|
D | oat_file_assistant.cc | 854 return image_spaces[0]->GetImageLocation(); in ImageLocation() 975 cached_image_info_.location = image_spaces[0]->GetImageLocation(); in GetImageInfo() 1010 std::string location = image_space->GetImageLocation(); in CalculateCombinedImageChecksum()
|
D | runtime.h | 189 const std::string& GetImageLocation() const { in GetImageLocation() function
|
D | oat_file_assistant_test.cc | 63 argv.push_back("--input-image-location=" + GetImageLocation()); in PreRelocateImage()
|
/art/imgdiag/ |
D | imgdiag_test.cc | 55 boot_image_location_ = image_spaces[0]->GetImageLocation(); in SetUp()
|
D | imgdiag.cc | 1027 fprintf(stderr, "Invalid image header %s\n", image_space->GetImageLocation().c_str()); in DumpImage() 1033 image_space->GetImageLocation(), in DumpImage()
|
/art/runtime/gc/space/ |
D | image_space.h | 92 const std::string GetImageLocation() const { in GetImageLocation() function
|
/art/dex2oat/ |
D | dex2oat_test.cc | 112 std::string image_location = image_spaces[0]->GetImageLocation(); in Dex2Oat()
|
/art/patchoat/ |
D | patchoat.cc | 258 std::string converted_image_filename = space->GetImageLocation(); in Patch() 308 std::string converted_image_filename = space->GetImageLocation(); in Patch()
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 624 Runtime::Current()->GetImageLocation().c_str(), isa, &error_msg)); in VMRuntime_isBootClassPathOnDisk()
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 860 const std::string& image = Runtime::Current()->GetImageLocation(); in IsCompilingWithCoreImage()
|
/art/oatdump/ |
D | oatdump.cc | 1287 os << "IMAGE LOCATION: " << image_space_.GetImageLocation() << "\n\n"; in Dump() 2199 fprintf(stderr, "Invalid image header %s\n", image_space->GetImageLocation().c_str()); in DumpImage()
|