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

/art/runtime/gc/collector/
H A Dgarbage_collector.cc34 Iteration::Iteration() function in class:art::gc::collector::Iteration
39 void Iteration::Reset(GcCause gc_cause, bool clear_soft_references) {
49 uint64_t Iteration::GetEstimatedThroughput() const {
78 Iteration* current_iteration = GetCurrentIteration();
158 Iteration* GarbageCollector::GetCurrentIteration() {
161 const Iteration* GarbageCollector::GetCurrentIteration() const {
H A Dgarbage_collector.h52 class Iteration { class in namespace:art::gc::collector
54 Iteration();
105 DISALLOW_COPY_AND_ASSIGN(Iteration);
168 Iteration* GetCurrentIteration();
169 const Iteration* GetCurrentIteration() const;

Completed in 997 milliseconds