Home
last modified time | relevance | path

Searched refs:GetCompilerExecutable (Results 1 – 5 of 5) sorted by relevance

/art/test/generate-boot-image/
Dgenerate-boot-image.cc43 std::string GetCompilerExecutable() { in GetCompilerExecutable() function
71 args.push_back(GetCompilerExecutable()); in GenerateBootImage()
/art/runtime/
Dcommon_runtime_test.cc422 argv->push_back(runtime->GetCompilerExecutable()); in StartDex2OatCommandLine()
453 runtime->GetCompilerExecutable(), in CompileBootImage()
Druntime.h204 std::string GetCompilerExecutable() const;
Druntime.cc887 std::string Runtime::GetCompilerExecutable() const { in GetCompilerExecutable() function in art::Runtime
/art/runtime/gc/space/
Dimage_space.cc2048 std::string dex2oat = runtime->GetCompilerExecutable(); in CompileBootclasspathElements()