Lines Matching refs:GetHeap

66   for (const auto& space : GetHeap()->GetContinuousSpaces()) {  in BindBitmaps()
76 CHECK(space == GetHeap()->GetPrimaryFreeListSpace() || in BindBitmaps()
77 space == GetHeap()->GetNonMovingSpace()); in BindBitmaps()
122 GetHeap()->PreGcVerificationPaused(this); in RunPhases()
123 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
126 GetHeap()->PostGcVerificationPaused(this); in RunPhases()
131 GetHeap()->PreGcVerificationPaused(this); in RunPhases()
132 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
139 GetHeap()->PostGcVerification(this); in RunPhases()
163 promo_dest_space_ = GetHeap()->GetPrimaryFreeListSpace(); in InitializePhase()
165 fallback_space_ = GetHeap()->GetNonMovingSpace(); in InitializePhase()
170 GetHeap()->GetReferenceProcessor()->ProcessReferences( in ProcessReferences()
256 GetHeap()->RecordFreeRevoke(); // this is for the non-moving rosalloc space used by GSS. in MarkingPhase()
306 Runtime::Current()->GetHeap()->DumpObject(LOG(INFO), obj); in operator ()()
369 DCHECK(GetHeap()->FindRememberedSetFromSpace(space) == nullptr); in MarkReachableObjects()
376 accounting::RememberedSet* rem_set = GetHeap()->FindRememberedSetFromSpace(space); in MarkReachableObjects()
413 space::LargeObjectSpace* los = GetHeap()->GetLargeObjectsSpace(); in MarkReachableObjects()
446 GetHeap()->UnBindBitmaps(); in ReclaimPhase()
546 GetHeap()->WriteBarrierEveryFieldOf(forward_address); in MarkNonForwardedObject()
616 << forward_address << "\n" << GetHeap()->DumpSpaces(); in MarkNonForwardedObject()
669 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in Sweep()
821 space::LargeObjectSpace* los = GetHeap()->GetLargeObjectsSpace(); in FinishPhase()
857 GetHeap()->RevokeAllThreadLocalBuffers(); in RevokeAllThreadLocalBuffers()