Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Diteration.h34 class Iteration {
36 Iteration();
94 DISALLOW_COPY_AND_ASSIGN(Iteration);
Dgarbage_collector.cc43 Iteration::Iteration() in Iteration() function in art::gc::collector::Iteration
48 void Iteration::Reset(GcCause gc_cause, bool clear_soft_references) { in Reset()
59 uint64_t Iteration::GetEstimatedThroughput() const { in GetEstimatedThroughput()
91 Iteration* current_iteration = GetCurrentIteration(); in Run()
192 Iteration* GarbageCollector::GetCurrentIteration() { in GetCurrentIteration()
195 const Iteration* GarbageCollector::GetCurrentIteration() const { in GetCurrentIteration()
Dgarbage_collector.h100 Iteration* GetCurrentIteration();
101 const Iteration* GetCurrentIteration() const;
/art/test/302-float-conversion/
Dexpected.txt1 Iteration Result is as expected
/art/runtime/gc/
Dheap.h429 const collector::Iteration* GetCurrentGcIteration() const { in GetCurrentGcIteration()
432 collector::Iteration* GetCurrentGcIteration() { in GetCurrentGcIteration()
1254 collector::Iteration current_gc_iteration_;