HomeSort by relevance Sort by last modified time
    Searched defs:ScopedPause (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/collector/
garbage_collector.cc 167 GarbageCollector::ScopedPause::ScopedPause(GarbageCollector* collector, bool with_reporting)
179 GarbageCollector::ScopedPause::~ScopedPause() {
garbage_collector.h 50 class SCOPED_LOCKABLE ScopedPause {
52 explicit ScopedPause(GarbageCollector* collector, bool with_reporting = true)
54 ~ScopedPause() UNLOCK_FUNCTION();

Completed in 239 milliseconds