Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h885 dump_gc_performance_on_shutdown_ = value; in SetDumpGCPerformanceOnShutdown()
889 return dump_gc_performance_on_shutdown_; in GetDumpGCPerformanceOnShutdown()
1235 bool dump_gc_performance_on_shutdown_; variable
Druntime.cc274 dump_gc_performance_on_shutdown_(false), in Runtime()
354 if (dump_gc_performance_on_shutdown_) { in ~Runtime()
1603 dump_gc_performance_on_shutdown_ = runtime_options.Exists(Opt::DumpGCPerformanceOnShutdown); in Init()