Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h244 const std::vector<std::string>* GetPassesToRun() const { in GetPassesToRun() function
/art/compiler/optimizing/
Doptimizing_compiler.cc744 if (driver->GetCompilerOptions().GetPassesToRun() != nullptr) { in RunOptimizations()
746 *driver->GetCompilerOptions().GetPassesToRun(), in RunOptimizations()