Searched refs:with_reporting (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/collector/
H A Dgarbage_collector.cc166 GarbageCollector::ScopedPause::ScopedPause(GarbageCollector* collector, bool with_reporting) argument
167 : start_time_(NanoTime()), collector_(collector), with_reporting_(with_reporting) {
170 if (with_reporting) {
H A Dgarbage_collector.h129 explicit ScopedPause(GarbageCollector* collector, bool with_reporting = true)

Completed in 90 milliseconds