Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap_test.cc97 TEST_F(HeapTest, DumpGCPerformanceOnShutdown) { in TEST_F() argument
/art/runtime/
Druntime_options.def69 RUNTIME_OPTIONS_KEY (Unit, DumpGCPerformanceOnShutdown)
Dparsed_options.cc213 .IntoKey(M::DumpGCPerformanceOnShutdown) in MakeParser()
Druntime.cc1421 dump_gc_performance_on_shutdown_ = runtime_options.Exists(Opt::DumpGCPerformanceOnShutdown); in Init()