Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.h93 std::string compiler_executable_; variable
Druntime.cc400 if (!compiler_executable_.empty()) { in GetCompilerExecutable()
401 return compiler_executable_; in GetCompilerExecutable()
704 compiler_executable_ = options->compiler_executable_; in Init()
Druntime.h542 std::string compiler_executable_; variable
Dparsed_options.cc600 if (!ParseStringAfterChar(option, ':', &compiler_executable_)) { in Parse()