Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h346 return passes_to_run_; in GetPassesToRun()
490 const std::vector<std::string>* passes_to_run_; variable
Dcompiler_options.cc86 passes_to_run_(nullptr) { in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc864 passes_to_run_ = ReadCommentedInputFromFile<std::vector<std::string>>( in ProcessOptions()
867 if (passes_to_run_.get() == nullptr) { in ProcessOptions()
893 compiler_options_->passes_to_run_ = passes_to_run_.get(); in ProcessOptions()
2936 std::unique_ptr<std::vector<std::string>> passes_to_run_; member in art::Dex2Oat