Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.h66 bool dump_gc_performance_on_shutdown_; variable
Druntime.cc141 dump_gc_performance_on_shutdown_(false), in Runtime()
154 if (dump_gc_performance_on_shutdown_) { in ~Runtime()
734 dump_gc_performance_on_shutdown_ = options->dump_gc_performance_on_shutdown_; in Init()
Dparsed_options.cc245 dump_gc_performance_on_shutdown_ = false; in Parse()
406 dump_gc_performance_on_shutdown_ = true; in Parse()
Druntime.h622 bool dump_gc_performance_on_shutdown_; variable