Home
last modified time | relevance | path

Searched refs:GetCurrentGcIteration (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dgarbage_collector.cc254 return heap_->GetCurrentGcIteration(); in GetCurrentIteration()
257 return heap_->GetCurrentGcIteration(); in GetCurrentIteration()
/art/runtime/gc/
Dheap.h492 const collector::Iteration* GetCurrentGcIteration() const { in GetCurrentGcIteration() function
495 collector::Iteration* GetCurrentGcIteration() { in GetCurrentGcIteration() function