HomeSort by relevance Sort by last modified time
    Searched refs:GetImageLocation (Results 1 - 13 of 13) sorted by null

  /art/runtime/
dex2oat_environment_test.h 113 options->push_back(std::make_pair("-Ximage:" + GetImageLocation(),
154 std::string GetImageLocation() const {
164 // image at GetImageLocation(). This is used for testing mismatched
dexopt_test.cc 39 ASSERT_TRUE(PreRelocateImage(GetImageLocation(), &error_msg)) << error_msg;
89 std::string image_location = GetImageLocation();
oat_file_assistant.cc 888 return image_spaces[0]->GetImageLocation();
    [all...]
runtime.h 185 const std::string& GetImageLocation() const {
    [all...]
  /art/imgdiag/
imgdiag_test.cc 57 boot_image_location_ = image_spaces[0]->GetImageLocation();
imgdiag.cc     [all...]
  /art/runtime/gc/space/
image_space.h 85 const std::string GetImageLocation() const {
  /art/patchoat/
patchoat.cc 557 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.";
    [all...]
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 49 argv_str.push_back("--image=" + GetImageLocation());
  /art/runtime/native/
dalvik_system_VMRuntime.cc 659 Runtime::Current()->GetImageLocation().c_str(), isa, &error_msg));
  /art/dex2oat/
dex2oat_test.cc 187 std::string image_location = image_spaces[0]->GetImageLocation();
    [all...]
  /art/compiler/optimizing/
optimizing_compiler.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 341 milliseconds