Lines Matching refs:GetHeap
66 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in BindBitmaps()
104 GetHeap()->PreGcVerificationPaused(this); in RunPhases()
105 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
108 GetHeap()->PostGcVerificationPaused(this); in RunPhases()
113 GetHeap()->PreGcVerificationPaused(this); in RunPhases()
114 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
121 GetHeap()->PostGcVerification(this); in RunPhases()
143 fallback_space_ = GetHeap()->GetNonMovingSpace(); in InitializePhase()
148 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in ProcessReferences()
206 GetHeap()->RecordFreeRevoke(); // This is for the non-moving rosalloc space. in MarkingPhase()
297 DCHECK(GetHeap()->FindRememberedSetFromSpace(space) == nullptr); in MarkReachableObjects()
303 accounting::RememberedSet* rem_set = GetHeap()->FindRememberedSetFromSpace(space); in MarkReachableObjects()
354 GetHeap()->UnBindBitmaps(); in ReclaimPhase()
458 << forward_address << "\n" << GetHeap()->DumpSpaces(); in MarkNonForwardedObject()
516 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in Sweep()
664 GetHeap()->RevokeAllThreadLocalBuffers(); in RevokeAllThreadLocalBuffers()