Searched refs:GetImageLocation (Results 1 - 13 of 13) sorted by relevance

/art/runtime/
H A Ddex2oat_environment_test.h113 options->push_back(std::make_pair("-Ximage:" + GetImageLocation(),
154 std::string GetImageLocation() const { function in class:art::Dex2oatEnvironmentTest
164 // image at GetImageLocation(). This is used for testing mismatched
H A Ddexopt_test.cc39 ASSERT_TRUE(PreRelocateImage(GetImageLocation(), &error_msg)) << error_msg;
89 std::string image_location = GetImageLocation();
H A Doat_file_assistant.cc888 return image_spaces[0]->GetImageLocation();
936 info->location = runtime->GetImageLocation();
H A Druntime.h185 const std::string& GetImageLocation() const { function in class:art::verifier::VerifyMode
/art/imgdiag/
H A Dimgdiag_test.cc57 boot_image_location_ = image_spaces[0]->GetImageLocation();
H A Dimgdiag.cc1644 fprintf(stderr, "Invalid image header %s\n", image_space->GetImageLocation().c_str());
1650 image_space->GetImageLocation(),
/art/runtime/gc/space/
H A Dimage_space.h85 const std::string GetImageLocation() const { function in class:art::gc::space::ImageSpace
/art/patchoat/
H A Dpatchoat.cc557 if (!GetDalvikCacheFilename(space->GetImageLocation().c_str(),
584 std::string original_image_filename(space->GetImageLocation() + ".rel");
668 if (!GetDalvikCacheFilename(space->GetImageLocation().c_str(),
680 GetSystemImageFilename(space->GetImageLocation().c_str(), isa);
691 << space->GetImageLocation() << " failed.";
/art/dexoptanalyzer/
H A Ddexoptanalyzer_test.cc49 argv_str.push_back("--image=" + GetImageLocation());
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc659 Runtime::Current()->GetImageLocation().c_str(), isa, &error_msg));
/art/dex2oat/
H A Ddex2oat_test.cc187 std::string image_location = image_spaces[0]->GetImageLocation();
1254 const std::string image_location = spaces[0]->GetImageLocation();
/art/compiler/optimizing/
H A Doptimizing_compiler.cc1162 const std::string& image = Runtime::Current()->GetImageLocation();
/art/oatdump/
H A Doatdump.cc1993 os << "IMAGE LOCATION: " << image_space_.GetImageLocation() << "\n\n";
2947 LOG(ERROR) << "Invalid image header " << image_space->GetImageLocation();

Completed in 226 milliseconds