Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h321 bool GetDumpCfgAppend() const { in GetDumpCfgAppend() function
/art/compiler/optimizing/
Doptimizing_compiler.cc427 compiler_options.GetDumpCfgAppend() ? std::ofstream::app : std::ofstream::out; in OptimizingCompiler()