Searched refs:Iteration (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/collector/
H A Dgarbage_collector.h62 class Iteration { class in namespace:art::gc::collector
64 Iteration();
122 DISALLOW_COPY_AND_ASSIGN(Iteration);
175 Iteration* GetCurrentIteration();
176 const Iteration* GetCurrentIteration() const;
H A Dgarbage_collector.cc38 Iteration::Iteration() function in class:art::gc::collector::Iteration
43 void Iteration::Reset(GcCause gc_cause, bool clear_soft_references) {
54 uint64_t Iteration::GetEstimatedThroughput() const {
85 Iteration* current_iteration = GetCurrentIteration();
168 Iteration* GarbageCollector::GetCurrentIteration() {
171 const Iteration* GarbageCollector::GetCurrentIteration() const {
/art/runtime/gc/
H A Dheap.h395 const collector::Iteration* GetCurrentGcIteration() const {
398 collector::Iteration* GetCurrentGcIteration() {
1173 collector::Iteration current_gc_iteration_;

Completed in 51 milliseconds