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.cc395 if (!compiler_executable_.empty()) { in GetCompilerExecutable()
396 return compiler_executable_; in GetCompilerExecutable()
688 compiler_executable_ = options->compiler_executable_; in Init()
Druntime.h531 std::string compiler_executable_; variable
Dparsed_options.cc601 if (!ParseStringAfterChar(option, ':', &compiler_executable_)) { in Parse()