Searched refs:GetPrimaryFreeListSpace (Results 1 – 2 of 2) sorted by relevance
76 CHECK(space == GetHeap()->GetPrimaryFreeListSpace() || in BindBitmaps()163 promo_dest_space_ = GetHeap()->GetPrimaryFreeListSpace(); in InitializePhase()378 DCHECK(space == heap_->GetNonMovingSpace() || space == heap_->GetPrimaryFreeListSpace()) in MarkReachableObjects()
635 space::MallocSpace* GetPrimaryFreeListSpace() { in GetPrimaryFreeListSpace() function