Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h313 const std::string& GetDumpCfgFileName() const { in GetDumpCfgFileName() function
/art/compiler/optimizing/
Doptimizing_compiler.cc115 visualizer_enabled_(!compiler_options.GetDumpCfgFileName().empty()), in PassObserver()
419 const std::string& cfg_file_name = compiler_options.GetDumpCfgFileName(); in OptimizingCompiler()
/art/dex2oat/
Ddex2oat.cc1239 if (!compiler_options_->GetDumpCfgFileName().empty() && thread_count_ != 1) { in ParseArgs()
1240 LOG(INFO) << "Since we are dumping the CFG to " << compiler_options_->GetDumpCfgFileName() in ParseArgs()