Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h876 dump_gc_performance_on_shutdown_ = value; in SetDumpGCPerformanceOnShutdown()
880 return dump_gc_performance_on_shutdown_; in GetDumpGCPerformanceOnShutdown()
1160 bool dump_gc_performance_on_shutdown_; variable
Druntime.cc268 dump_gc_performance_on_shutdown_(false), in Runtime()
342 if (dump_gc_performance_on_shutdown_) { in ~Runtime()
1421 dump_gc_performance_on_shutdown_ = runtime_options.Exists(Opt::DumpGCPerformanceOnShutdown); in Init()