Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/collector/
H A Dsemi_space.cc128 mark_stack_ = heap_->GetMarkStack(); in InitializePhase()
H A Dmark_sweep.cc118 mark_stack_ = heap_->GetMarkStack(); in InitializePhase()
/aosp12/art/runtime/gc/
H A Dheap.h1034 accounting::ObjectStack* GetMarkStack() { in GetMarkStack() function