Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc78 CHECK(space == GetHeap()->GetPrimaryFreeListSpace() || in BindBitmaps()
165 promo_dest_space_ = GetHeap()->GetPrimaryFreeListSpace(); in InitializePhase()
360 DCHECK(space == heap_->GetNonMovingSpace() || space == heap_->GetPrimaryFreeListSpace()) in MarkReachableObjects()
/art/runtime/gc/
Dheap.h720 space::MallocSpace* GetPrimaryFreeListSpace() { in GetPrimaryFreeListSpace() function