Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h266 return passes_to_run_; in GetPassesToRun()
355 const std::vector<std::string>* passes_to_run_; variable
Dcompiler_options.cc65 passes_to_run_(nullptr) { in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc972 passes_to_run_.reset(ReadCommentedInputFromFile<std::vector<std::string>>( in ProcessOptions()
975 if (passes_to_run_.get() == nullptr) { in ProcessOptions()
979 compiler_options_->passes_to_run_ = passes_to_run_.get(); in ProcessOptions()
2918 std::unique_ptr<std::vector<std::string>> passes_to_run_; member in art::FINAL