Searched refs:with_reporting (Results 1 – 2 of 2) sorted by relevance
265 GarbageCollector::ScopedPause::ScopedPause(GarbageCollector* collector, bool with_reporting) in ScopedPause() argument266 : start_time_(NanoTime()), collector_(collector), with_reporting_(with_reporting) { in ScopedPause()269 if (with_reporting) { in ScopedPause()
53 explicit ScopedPause(GarbageCollector* collector, bool with_reporting = true)