Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.cc228 GarbageCollector::ScopedPause::ScopedPause(GarbageCollector* collector, bool with_reporting) in ScopedPause() argument
229 : start_time_(NanoTime()), collector_(collector), with_reporting_(with_reporting) { in ScopedPause()
232 if (with_reporting) { in ScopedPause()
Dgarbage_collector.h52 explicit ScopedPause(GarbageCollector* collector, bool with_reporting = true)