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.cc45 Iteration::Iteration() in Iteration() function in art::gc::collector::Iteration
50 void Iteration::Reset(GcCause gc_cause, bool clear_soft_references) { in Reset()
61 uint64_t Iteration::GetEstimatedThroughput() const { in GetEstimatedThroughput()
152 Iteration* current_iteration = GetCurrentIteration(); in Run()
253 Iteration* GarbageCollector::GetCurrentIteration() { in GetCurrentIteration()
256 const Iteration* GarbageCollector::GetCurrentIteration() const { in GetCurrentIteration()
Dgarbage_collector.h103 Iteration* GetCurrentIteration();
104 const Iteration* GetCurrentIteration() const;
/art/test/302-float-conversion/
Dexpected.txt1 Iteration Result is as expected
/art/runtime/gc/
Dheap.h492 const collector::Iteration* GetCurrentGcIteration() const { in GetCurrentGcIteration()
495 collector::Iteration* GetCurrentGcIteration() { in GetCurrentGcIteration()
1403 collector::Iteration current_gc_iteration_;