Home
last modified time | relevance | path

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

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