Lines Matching refs:GetHeap
91 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in BindBitmaps()
149 GetHeap()->PreGcVerification(this); in RunPhases()
155 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
160 GetHeap()->PreGcVerificationPaused(this); in RunPhases()
162 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
171 GetHeap()->PostGcVerification(this); in RunPhases()
177 GetHeap()->GetReferenceProcessor()->ProcessReferences( in ProcessReferences()
211 GetHeap()->GetReferenceProcessor()->EnableSlowPath(); in PausePhase()
296 GetHeap()->RecordFreeRevoke(); in ReclaimPhase()
304 GetHeap()->UnBindBitmaps(); in ReclaimPhase()
310 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in FindDefaultSpaceBitmap()
383 space::LargeObjectSpace* large_object_space = mark_sweep_->GetHeap()->GetLargeObjectsSpace(); in operator ()()
394 << (mark_sweep_->GetHeap()->IsLiveObjectLocked(holder_) in operator ()()
555 auto* heap = Runtime::Current()->GetHeap(); in VisitRoot()
788 accounting::CardTable* card_table = mark_sweep_->GetHeap()->GetCardTable(); in Run()
807 accounting::CardTable* card_table = GetHeap()->GetCardTable(); in ScanGrayObjects()
808 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ScanGrayObjects()
822 const size_t mark_stack_tasks = GetHeap()->GetContinuousSpaces().size() * thread_count; in ScanGrayObjects()
826 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in ScanGrayObjects()
875 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in ScanGrayObjects()
948 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in RecursiveMark()
1077 mark_sweep_->GetHeap()->RevokeRosAllocThreadLocalBuffers(thread); in Run()
1186 space::LargeObjectSpace* large_object_space = GetHeap()->GetLargeObjectsSpace(); in SweepArray()
1218 CHECK_GE(live_stack_freeze_size_, GetHeap()->GetLiveStack()->Size()); in Sweep()
1228 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in Sweep()
1290 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel()
1393 GetHeap()->AssertAllBumpPointerSpaceThreadLocalBuffersAreRevoked(); in RevokeAllThreadLocalBuffers()
1396 GetHeap()->RevokeAllThreadLocalBuffers(); in RevokeAllThreadLocalBuffers()