Lines Matching refs:GetHeap
66 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in BindBitmaps()
75 CHECK(space == GetHeap()->GetPrimaryFreeListSpace() || in BindBitmaps()
76 space == GetHeap()->GetNonMovingSpace()); in BindBitmaps()
111 GetHeap()->PreGcVerificationPaused(this); in RunPhases()
112 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
115 GetHeap()->PostGcVerificationPaused(this); in RunPhases()
120 GetHeap()->PreGcVerificationPaused(this); in RunPhases()
121 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
128 GetHeap()->PostGcVerification(this); in RunPhases()
152 promo_dest_space_ = GetHeap()->GetPrimaryFreeListSpace(); in InitializePhase()
154 fallback_space_ = GetHeap()->GetNonMovingSpace(); in InitializePhase()
159 GetHeap()->GetReferenceProcessor()->ProcessReferences( in ProcessReferences()
245 GetHeap()->RecordFreeRevoke(); // this is for the non-moving rosalloc space used by GSS. in MarkingPhase()
296 Runtime::Current()->GetHeap()->DumpObject(LOG(INFO), obj); in operator ()()
340 DCHECK(GetHeap()->FindRememberedSetFromSpace(space) == nullptr); in MarkReachableObjects()
350 accounting::RememberedSet* rem_set = GetHeap()->FindRememberedSetFromSpace(space); in MarkReachableObjects()
379 space::LargeObjectSpace* los = GetHeap()->GetLargeObjectsSpace(); in MarkReachableObjects()
412 GetHeap()->UnBindBitmaps(); in ReclaimPhase()
512 GetHeap()->WriteBarrierEveryFieldOf(forward_address); in MarkNonForwardedObject()
582 << forward_address << "\n" << GetHeap()->DumpSpaces(); in MarkNonForwardedObject()
663 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in Sweep()
784 space::LargeObjectSpace* los = GetHeap()->GetLargeObjectsSpace(); in FinishPhase()
820 GetHeap()->RevokeAllThreadLocalBuffers(); in RevokeAllThreadLocalBuffers()