• Home
  • Raw
  • Download

Lines Matching refs:GetHeap

65   for (const auto& space : GetHeap()->GetContinuousSpaces()) {  in BindBitmaps()
74 CHECK(space == GetHeap()->GetPrimaryFreeListSpace() || in BindBitmaps()
75 space == GetHeap()->GetNonMovingSpace()); in BindBitmaps()
110 GetHeap()->PreGcVerificationPaused(this); in RunPhases()
111 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
114 GetHeap()->PostGcVerificationPaused(this); in RunPhases()
119 GetHeap()->PreGcVerificationPaused(this); in RunPhases()
120 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
127 GetHeap()->PostGcVerification(this); in RunPhases()
151 promo_dest_space_ = GetHeap()->GetPrimaryFreeListSpace(); in InitializePhase()
153 fallback_space_ = GetHeap()->GetNonMovingSpace(); in InitializePhase()
158 GetHeap()->GetReferenceProcessor()->ProcessReferences( in ProcessReferences()
285 Runtime::Current()->GetHeap()->DumpObject(LOG(INFO), obj); in operator ()()
329 DCHECK(GetHeap()->FindRememberedSetFromSpace(space) == nullptr); in MarkReachableObjects()
339 accounting::RememberedSet* rem_set = GetHeap()->FindRememberedSetFromSpace(space); in MarkReachableObjects()
374 GetHeap()->GetLargeObjectsSpace()->CopyLiveToMarked(); in MarkReachableObjects()
380 space::LargeObjectSpace* large_object_space = GetHeap()->GetLargeObjectsSpace(); in MarkReachableObjects()
401 GetHeap()->UnBindBitmaps(); in ReclaimPhase()
500 GetHeap()->WriteBarrierEveryFieldOf(forward_address); in MarkNonForwardedObject()
569 << forward_address << "\n" << GetHeap()->DumpSpaces(); in MarkNonForwardedObject()
640 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in Sweep()
765 uint64_t current_los_bytes_allocated = GetHeap()->GetLargeObjectsSpace()->GetBytesAllocated(); in FinishPhase()
778 GetHeap()->GetLargeObjectsSpace()->GetBytesAllocated(); in FinishPhase()
789 GetHeap()->RevokeAllThreadLocalBuffers(); in RevokeAllThreadLocalBuffers()