Searched defs:GetCurrentIteration (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/collector/
H A Dgarbage_collector.cc69 GetCurrentIteration()->pause_times_.push_back(nano_length);
85 Iteration* current_iteration = GetCurrentIteration();
168 Iteration* GarbageCollector::GetCurrentIteration() { function in class:art::gc::collector::GarbageCollector
171 const Iteration* GarbageCollector::GetCurrentIteration() const { function in class:art::gc::collector::GarbageCollector
176 GetCurrentIteration()->freed_.Add(freed);
180 GetCurrentIteration()->freed_los_.Add(freed);

Completed in 51 milliseconds