Searched refs:ConcurrentCopyingCollector (Results 1 – 5 of 5) sorted by relevance
209 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->IsMarked(ref)); in IsMarked()222 gc::collector::ConcurrentCopying* collector = heap->ConcurrentCopyingCollector(); in IsDuringStartup()236 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()-> in AssertToSpaceInvariant()247 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()-> in AssertToSpaceInvariant()253 return Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->MarkFromReadBarrier(obj); in Mark()
1278 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector(); in Register()
2450 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->RevokeThreadLocalMarkStack(this); in Destroy()
79 heap->ConcurrentCopyingCollector()->IsActive()) { in DisableReadBarrierForReference()84 collector::ConcurrentCopying* concurrent_copying = heap->ConcurrentCopyingCollector(); in DisableReadBarrierForReference()
800 collector::ConcurrentCopying* ConcurrentCopyingCollector() { in ConcurrentCopyingCollector() function