Home
last modified time | relevance | path

Searched refs:GetMarkStack (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/collector/
Dsemi_space.cc148 mark_stack_ = heap_->GetMarkStack(); in InitializePhase()
Dmark_sweep.cc118 mark_stack_ = heap_->GetMarkStack(); in InitializePhase()
/art/runtime/gc/
Dheap.h977 accounting::ObjectStack* GetMarkStack() { in GetMarkStack() function