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 100 options->push_back(std::make_pair("-Ximage:" + GetImageLocation(),
141 std::string GetImageLocation() const {
171 // image at GetImageLocation(). This is used for testing mismatched
dexopt_test.cc 38 ASSERT_TRUE(PreRelocateImage(GetImageLocation(), &error_msg)) << error_msg;
87 std::string image_location = GetImageLocation();
oat_file_assistant.cc 857 return image_spaces[0]->GetImageLocation();
    [all...]
runtime.h 178 const std::string& GetImageLocation() const {
  /art/imgdiag/
imgdiag_test.cc 58 boot_image_location_ = image_spaces[0]->GetImageLocation();
imgdiag.cc     [all...]
  /art/runtime/gc/space/
image_space.h 85 const std::string GetImageLocation() const {
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 49 argv_str.push_back("--image=" + GetImageLocation());
  /art/patchoat/
patchoat.cc 234 std::string converted_image_filename = space->GetImageLocation();
274 std::string converted_image_filename = space->GetImageLocation();
    [all...]
  /art/dex2oat/
dex2oat_test.cc 156 std::string image_location = image_spaces[0]->GetImageLocation();
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 618 Runtime::Current()->GetImageLocation().c_str(), isa, &error_msg));
  /art/compiler/optimizing/
optimizing_compiler.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 315 milliseconds