Lines Matching refs:GetHeap
85 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in BindBitmaps()
148 GetHeap()->PreGcVerification(this); in RunPhases()
154 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
159 GetHeap()->PreGcVerificationPaused(this); in RunPhases()
161 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
170 GetHeap()->PostGcVerification(this); in RunPhases()
176 GetHeap()->GetReferenceProcessor()->ProcessReferences( in ProcessReferences()
212 GetHeap()->GetReferenceProcessor()->EnableSlowPath(); in PausePhase()
327 GetHeap()->RecordFreeRevoke(); in ReclaimPhase()
335 GetHeap()->UnBindBitmaps(); in ReclaimPhase()
341 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in FindDefaultSpaceBitmap()
409 space::LargeObjectSpace* large_object_space = mark_sweep_->GetHeap()->GetLargeObjectsSpace(); in operator ()()
420 << (mark_sweep_->GetHeap()->IsLiveObjectLocked(holder_) in operator ()()
590 auto* heap = Runtime::Current()->GetHeap(); in VisitRoot()
836 accounting::CardTable* card_table = mark_sweep_->GetHeap()->GetCardTable(); in Run()
857 accounting::CardTable* card_table = GetHeap()->GetCardTable(); in ScanGrayObjects()
858 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ScanGrayObjects()
872 const size_t mark_stack_tasks = GetHeap()->GetContinuousSpaces().size() * thread_count; in ScanGrayObjects()
876 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in ScanGrayObjects()
931 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in ScanGrayObjects()
1014 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in RecursiveMark()
1148 mark_sweep_->GetHeap()->RevokeRosAllocThreadLocalBuffers(thread); in Run()
1255 space::LargeObjectSpace* large_object_space = GetHeap()->GetLargeObjectsSpace(); in SweepArray()
1287 CHECK_GE(live_stack_freeze_size_, GetHeap()->GetLiveStack()->Size()); in Sweep()
1297 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in Sweep()
1371 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel()
1479 GetHeap()->AssertAllBumpPointerSpaceThreadLocalBuffersAreRevoked(); in RevokeAllThreadLocalBuffers()
1482 GetHeap()->RevokeAllThreadLocalBuffers(); in RevokeAllThreadLocalBuffers()