Searched refs:GetImageLocation (Results 1 – 13 of 13) sorted by relevance
/art/runtime/ |
D | dex2oat_environment_test.h | 113 options->push_back(std::make_pair("-Ximage:" + GetImageLocation(), in SetUpRuntimeOptions() 154 std::string GetImageLocation() const { in GetImageLocation() function
|
D | dexopt_test.cc | 39 ASSERT_TRUE(PreRelocateImage(GetImageLocation(), &error_msg)) << error_msg; in PreRuntimeCreate() 89 std::string image_location = GetImageLocation(); in GenerateOatForTest()
|
D | oat_file_assistant.cc | 888 return image_spaces[0]->GetImageLocation(); in ImageLocation() 936 info->location = runtime->GetImageLocation(); in GetRuntimeImageInfo()
|
D | runtime.h | 185 const std::string& GetImageLocation() const { in GetImageLocation() function
|
/art/imgdiag/ |
D | imgdiag_test.cc | 57 boot_image_location_ = image_spaces[0]->GetImageLocation(); in SetUp()
|
D | imgdiag.cc | 1644 fprintf(stderr, "Invalid image header %s\n", image_space->GetImageLocation().c_str()); in DumpImage() 1650 image_space->GetImageLocation(), in DumpImage()
|
/art/runtime/gc/space/ |
D | image_space.h | 85 const std::string GetImageLocation() const { in GetImageLocation() function
|
/art/patchoat/ |
D | patchoat.cc | 557 if (!GetDalvikCacheFilename(space->GetImageLocation().c_str(), in Patch() 584 std::string original_image_filename(space->GetImageLocation() + ".rel"); in Patch() 668 if (!GetDalvikCacheFilename(space->GetImageLocation().c_str(), in Verify() 680 GetSystemImageFilename(space->GetImageLocation().c_str(), isa); in Verify() 691 << space->GetImageLocation() << " failed."; in Verify()
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 49 argv_str.push_back("--image=" + GetImageLocation()); in Analyze()
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 659 Runtime::Current()->GetImageLocation().c_str(), isa, &error_msg)); in VMRuntime_isBootClassPathOnDisk()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 187 std::string image_location = image_spaces[0]->GetImageLocation(); in Dex2Oat() 1254 const std::string image_location = spaces[0]->GetImageLocation(); in TEST_F()
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 1162 const std::string& image = Runtime::Current()->GetImageLocation(); in IsCompilingWithCoreImage()
|
/art/oatdump/ |
D | oatdump.cc | 1993 os << "IMAGE LOCATION: " << image_space_.GetImageLocation() << "\n\n"; in Dump() 2947 LOG(ERROR) << "Invalid image header " << image_space->GetImageLocation(); in DumpImage()
|