Home | History | Annotate | Download | only in collector

Lines Matching refs:GetHeap

67   for (const auto& space : GetHeap()->GetContinuousSpaces()) {
77 CHECK(space == GetHeap()->GetPrimaryFreeListSpace() ||
78 space == GetHeap()->GetNonMovingSpace());
123 GetHeap()->PreGcVerificationPaused(this);
124 GetHeap()->PrePauseRosAllocVerification(this);
127 GetHeap()->PostGcVerificationPaused(this);
132 GetHeap()->PreGcVerificationPaused(this);
133 GetHeap()->PrePauseRosAllocVerification(this);
140 GetHeap()->PostGcVerification(this);
164 promo_dest_space_ = GetHeap()->GetPrimaryFreeListSpace();
166 fallback_space_ = GetHeap()->GetNonMovingSpace();
171 GetHeap()->GetReferenceProcessor()->ProcessReferences(
258 GetHeap()->RecordFreeRevoke(); // this is for the non-moving rosalloc space used by GSS.
350 DCHECK(GetHeap()->FindRememberedSetFromSpace(space) == nullptr);
357 accounting::RememberedSet* rem_set = GetHeap()->FindRememberedSetFromSpace(space);
399 space::LargeObjectSpace* los = GetHeap()->GetLargeObjectsSpace();
435 GetHeap()->UnBindBitmaps();
535 GetHeap()->WriteBarrierEveryFieldOf(forward_address);
601 << forward_address << "\n" << GetHeap()->DumpSpaces();
655 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
818 space::LargeObjectSpace* los = GetHeap()->GetLargeObjectsSpace();
854 GetHeap()->RevokeAllThreadLocalBuffers();