Home
last modified time | relevance | path

Searched refs:compiler_executable_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.cc835 if (!compiler_executable_.empty()) { in GetCompilerExecutable()
836 return compiler_executable_; in GetCompilerExecutable()
1467 compiler_executable_ = runtime_options.ReleaseOrDefault(Opt::Compiler); in Init()
Druntime.h1130 std::string compiler_executable_; variable