Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_compiler.cc422 const std::string& cfg_file_name = compiler_options.GetDumpCfgFileName(); in OptimizingCompiler() local
423 if (!cfg_file_name.empty()) { in OptimizingCompiler()
426 visualizer_output_.reset(new std::ofstream(cfg_file_name, cfg_file_mode)); in OptimizingCompiler()