Searched refs:with_reporting (Results 1 – 2 of 2) sorted by relevance
323 GarbageCollector::ScopedPause::ScopedPause(GarbageCollector* collector, bool with_reporting) in ScopedPause() argument324 : start_time_(NanoTime()), collector_(collector), with_reporting_(with_reporting) { in ScopedPause()327 if (with_reporting) { in ScopedPause()
54 explicit ScopedPause(GarbageCollector* collector, bool with_reporting = true)