Searched refs:RegisterPause (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/collector/
H A Dgarbage_collector.cc62 void GarbageCollector::RegisterPause(uint64_t nano_length) { function in class:art::gc::collector::GarbageCollector
94 RegisterPause(current_iteration->GetDurationNs());
153 collector_->RegisterPause(NanoTime() - start_time_);
H A Dgarbage_collector.h137 void RegisterPause(uint64_t nano_length);

Completed in 61 milliseconds