Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.cc425 argv->push_back(runtime->GetCompilerExecutable()); in StartDex2OatCommandLine()
456 runtime->GetCompilerExecutable(), in CompileBootImage()
Druntime.h199 std::string GetCompilerExecutable() const;
Druntime.cc814 std::string Runtime::GetCompilerExecutable() const { in GetCompilerExecutable() function in art::Runtime