Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc46 dump_cfg_append_(false), in CompilerOptions()
101 dump_cfg_append_(dump_cfg_append), in CompilerOptions()
192 dump_cfg_append_ = true; in ParseCompilerOption()
Dcompiler_options.h241 return dump_cfg_append_; in GetDumpCfgAppend()
295 bool dump_cfg_append_; variable