Lines Matching refs:GetHeap
87 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in BindBitmaps()
145 GetHeap()->PreGcVerification(this); in RunPhases()
151 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
156 GetHeap()->PreGcVerificationPaused(this); in RunPhases()
158 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
167 GetHeap()->PostGcVerification(this); in RunPhases()
173 GetHeap()->GetReferenceProcessor()->ProcessReferences( in ProcessReferences()
207 GetHeap()->GetReferenceProcessor()->EnableSlowPath(); in PausePhase()
298 GetHeap()->UnBindBitmaps(); in ReclaimPhase()
304 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in FindDefaultSpaceBitmap()
375 space::LargeObjectSpace* large_object_space = mark_sweep_->GetHeap()->GetLargeObjectsSpace(); in operator ()()
478 space::LargeObjectSpace* large_object_space = GetHeap()->GetLargeObjectsSpace(); in VerifyRoot()
705 accounting::CardTable* card_table = mark_sweep_->GetHeap()->GetCardTable(); in Run()
726 accounting::CardTable* card_table = GetHeap()->GetCardTable(); in ScanGrayObjects()
727 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ScanGrayObjects()
741 const size_t mark_stack_tasks = GetHeap()->GetContinuousSpaces().size() * thread_count; in ScanGrayObjects()
745 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in ScanGrayObjects()
789 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in ScanGrayObjects()
855 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in RecursiveMark()
968 mark_sweep_->GetHeap()->RevokeRosAllocThreadLocalBuffers(thread); in Run()
1069 space::LargeObjectSpace* large_object_space = GetHeap()->GetLargeObjectsSpace(); in SweepArray()
1099 CHECK_GE(live_stack_freeze_size_, GetHeap()->GetLiveStack()->Size()); in Sweep()
1109 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in Sweep()
1168 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel()
1271 GetHeap()->AssertAllBumpPointerSpaceThreadLocalBuffersAreRevoked(); in RevokeAllThreadLocalBuffers()
1274 GetHeap()->RevokeAllThreadLocalBuffers(); in RevokeAllThreadLocalBuffers()