Searched refs:with_reporting (Results 1 – 2 of 2) sorted by relevance
228 GarbageCollector::ScopedPause::ScopedPause(GarbageCollector* collector, bool with_reporting) in ScopedPause() argument229 : start_time_(NanoTime()), collector_(collector), with_reporting_(with_reporting) { in ScopedPause()232 if (with_reporting) { in ScopedPause()
52 explicit ScopedPause(GarbageCollector* collector, bool with_reporting = true)