Home
last modified time | relevance | path

Searched refs:Iteration (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/collector/
Dgarbage_collector.cc40 Iteration::Iteration() in Iteration() function in art::gc::collector::Iteration
45 void Iteration::Reset(GcCause gc_cause, bool clear_soft_references) { in Reset()
56 uint64_t Iteration::GetEstimatedThroughput() const { in GetEstimatedThroughput()
87 Iteration* current_iteration = GetCurrentIteration(); in Run()
171 Iteration* GarbageCollector::GetCurrentIteration() { in GetCurrentIteration()
174 const Iteration* GarbageCollector::GetCurrentIteration() const { in GetCurrentIteration()
Dgarbage_collector.h53 class Iteration {
55 Iteration();
113 DISALLOW_COPY_AND_ASSIGN(Iteration);
164 Iteration* GetCurrentIteration();
165 const Iteration* GetCurrentIteration() const;
/art/test/302-float-conversion/
Dexpected.txt1 Iteration Result is as expected
/art/runtime/gc/
Dheap.h360 const collector::Iteration* GetCurrentGcIteration() const { in GetCurrentGcIteration()
363 collector::Iteration* GetCurrentGcIteration() { in GetCurrentGcIteration()
1039 collector::Iteration current_gc_iteration_;