Searched refs:GetImageLocation (Results 1 – 17 of 17) sorted by relevance
/aosp12/art/imgdiag/ |
H A D | imgdiag_test.cc | 53 boot_image_location_ = image_spaces[0]->GetImageLocation(); in SetUp()
|
H A D | imgdiag.cc | 1237 os << "Failed to get page frame numbers for image space " << space->GetImageLocation() in Init() 1247 os << "Failed to get page flags for image space " << space->GetImageLocation() in Init() 1264 os << "Found " << num_dirty_pages << " dirty pages for " << space->GetImageLocation() in Init() 1846 fprintf(stderr, "Invalid image header %s\n", image_space->GetImageLocation().c_str()); in DumpImage() 1850 if (!img_diag_dumper.Dump(image_header, image_space->GetImageLocation())) { in DumpImage()
|
/aosp12/art/runtime/gc/space/ |
H A D | image_space.h | 173 const std::string GetImageLocation() const { in GetImageLocation() function
|
H A D | image_space_test.cc | 74 std::string base_image_location = GetImageLocation(); in TEST_F() 337 runtime->GetImageLocation(), in TEST_F()
|
H A D | image_space.cc | 2831 ImageHeader::GetOatLocationFromImageLocation(space->GetImageLocation()); in OpenOatFile() 3143 BootImageLayout layout(runtime->GetImageLocation(), in IsBootClassPathOnDisk()
|
/aosp12/art/runtime/ |
H A D | dex2oat_environment_test.h | 117 options->push_back(std::make_pair("-Ximage:" + GetImageLocation(), in SetUpRuntimeOptions()
|
H A D | module_exclusion_test.cc | 82 options->push_back(std::make_pair("-Ximage:" + GetImageLocation(), nullptr)); in SetUpRuntimeOptions()
|
H A D | common_runtime_test.cc | 421 argv->push_back("--boot-image=" + image_spaces[0]->GetImageLocation()); in StartDex2OatCommandLine() 512 std::string CommonRuntimeTestImpl::GetImageLocation() { in GetImageLocation() function in art::CommonRuntimeTestImpl
|
H A D | dexopt_test.cc | 137 std::string image_location = GetImageLocation(); in GenerateOatForTest()
|
H A D | common_runtime_test.h | 216 static std::string GetImageLocation();
|
H A D | oat_file_assistant.cc | 660 runtime->GetImageLocation(), in ValidateBootClassPathChecksums()
|
H A D | runtime.h | 216 const std::string& GetImageLocation() const { in GetImageLocation() function
|
H A D | transaction_test.cc | 34 options->emplace_back("-Ximage:" + GetImageLocation(), nullptr); in SetUpRuntimeOptions()
|
/aosp12/art/dexoptanalyzer/ |
H A D | dexoptanalyzer_test.cc | 61 argv_str.push_back("--image=" + GetImageLocation()); in Analyze()
|
H A D | dexoptanalyzer.cc | 391 runtime->GetImageLocation(), in ValidateBcp()
|
/aosp12/art/oatdump/ |
H A D | oatdump.cc | 1704 os << "IMAGE LOCATION: " << image_space_.GetImageLocation() << "\n\n"; in Dump() 2393 LOG(ERROR) << "Invalid image header " << image_space->GetImageLocation(); in DumpImage()
|
/aosp12/art/dex2oat/ |
H A D | dex2oat_test.cc | 1100 const std::string image_location = spaces[0]->GetImageLocation(); in TEST_F()
|