Lines Matching defs:ConcurrentSweeper
22 ConcurrentSweeper::ConcurrentSweeper(Heap *heap, EnableConcurrentSweepType type)
28 void ConcurrentSweeper::PostTask(bool fullGC)
42 void ConcurrentSweeper::Sweep(bool fullGC)
69 void ConcurrentSweeper::AsyncSweepSpace(MemSpaceType type, bool isMain)
80 void ConcurrentSweeper::WaitAllTaskFinished()
95 void ConcurrentSweeper::EnsureAllTaskFinished()
109 void ConcurrentSweeper::EnsureTaskFinished(MemSpaceType type)
115 void ConcurrentSweeper::EnsureTaskFinishedNoCheck(MemSpaceType type)
123 void ConcurrentSweeper::WaitingTaskFinish(MemSpaceType type)
140 void ConcurrentSweeper::TryFillSweptRegion()
148 void ConcurrentSweeper::ClearRSetInRange(Region *current, uintptr_t freeStart, uintptr_t freeEnd)
161 bool ConcurrentSweeper::SweeperTask::Run([[maybe_unused]] uint32_t threadIndex)
171 void ConcurrentSweeper::EnableConcurrentSweep(EnableConcurrentSweepType type)