Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Diteration.h35 class Iteration {
37 Iteration();
102 DISALLOW_COPY_AND_ASSIGN(Iteration);
Dgarbage_collector.cc89 Iteration::Iteration() in Iteration() function in art::gc::collector::Iteration
94 void Iteration::Reset(GcCause gc_cause, bool clear_soft_references) { in Reset()
106 uint64_t Iteration::GetEstimatedThroughput() const { in GetEstimatedThroughput()
200 Iteration* current_iteration = GetCurrentIteration(); in Run()
348 Iteration* GarbageCollector::GetCurrentIteration() { in GetCurrentIteration()
351 const Iteration* GarbageCollector::GetCurrentIteration() const { in GetCurrentIteration()
Dgarbage_collector.h107 Iteration* GetCurrentIteration();
108 const Iteration* GetCurrentIteration() const;
/art/test/302-float-conversion/
Dexpected-stdout.txt1 Iteration Result is as expected
/art/runtime/gc/
Dheap.h510 const collector::Iteration* GetCurrentGcIteration() const { in GetCurrentGcIteration()
513 collector::Iteration* GetCurrentGcIteration() { in GetCurrentGcIteration()
1536 collector::Iteration current_gc_iteration_;