HomeSort by relevance Sort by last modified time
    Searched refs:GetImageLocation (Results 1 - 14 of 14) 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 96 std::string image_location = GetImageLocation();
common_runtime_test.cc 414 std::string image_location = image_spaces[0]->GetImageLocation();
oat_file_assistant.cc 647 runtime->GetImageLocation(),
    [all...]
runtime.h 193 const std::string& GetImageLocation() const {
    [all...]
  /art/imgdiag/
imgdiag_test.cc 53 boot_image_location_ = image_spaces[0]->GetImageLocation();
imgdiag.cc     [all...]
  /art/runtime/gc/space/
image_space.h 96 const std::string GetImageLocation() const {
image_space.cc     [all...]
  /art/compiler/jit/
jit_compiler.cc 110 CompilerOptions::IsCoreImageFilename(runtime->GetImageLocation());
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 54 argv_str.push_back("--image=" + GetImageLocation());
  /art/runtime/native/
dalvik_system_VMRuntime.cc 673 runtime->GetImageLocation().c_str(), isa, runtime->GetImageSpaceLoadingOrder(), &error_msg));
  /art/oatdump/
oatdump.cc     [all...]
  /art/dex2oat/
dex2oat_test.cc     [all...]

Completed in 65 milliseconds