Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h747 dump_gc_performance_on_shutdown_ = value; in SetDumpGCPerformanceOnShutdown()
943 bool dump_gc_performance_on_shutdown_; variable
Druntime.cc252 dump_gc_performance_on_shutdown_(false), in Runtime()
323 if (dump_gc_performance_on_shutdown_) { in ~Runtime()
1294 dump_gc_performance_on_shutdown_ = runtime_options.Exists(Opt::DumpGCPerformanceOnShutdown); in Init()