Searched refs:GetNonMovingSpace (Results 1 – 5 of 5) sorted by relevance
44 gc::space::ContinuousSpace* space = heap->GetNonMovingSpace(); in TestWriteRead()90 ASSERT_TRUE(heap->GetNonMovingSpace()->IsMallocSpace()); in TestWriteRead()
184 auto* space = heap->GetNonMovingSpace(); in RunTest()
143 fallback_space_ = GetHeap()->GetNonMovingSpace(); in InitializePhase()305 DCHECK(space == heap_->GetNonMovingSpace() || space == heap_->GetPrimaryFreeListSpace()) in MarkReachableObjects()
374 if (space != heap_->GetNonMovingSpace()) { in FindDefaultSpaceBitmap()1225 if (space == heap_->GetNonMovingSpace()) { in SweepArray()
730 space::MallocSpace* GetNonMovingSpace() const { in GetNonMovingSpace() function