Searched refs:ConcurrentCopyingCollector (Results 1 – 5 of 5) sorted by relevance
222 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->IsMarked(ref)); in IsMarked()235 gc::collector::ConcurrentCopying* collector = heap->ConcurrentCopyingCollector(); in IsDuringStartup()249 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()-> in AssertToSpaceInvariant()260 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()-> in AssertToSpaceInvariant()266 return Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->MarkFromReadBarrier(obj); in Mark()
1430 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector(); in Register()
2654 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->RevokeThreadLocalMarkStack(this); in Destroy()4529 gc::collector::ConcurrentCopying* cc = runtime->GetHeap()->ConcurrentCopyingCollector(); in SweepCacheEntry()
80 heap->ConcurrentCopyingCollector()->IsActive()) { in DisableReadBarrierForReference()85 collector::ConcurrentCopying* concurrent_copying = heap->ConcurrentCopyingCollector(); in DisableReadBarrierForReference()
826 collector::ConcurrentCopying* ConcurrentCopyingCollector() { in ConcurrentCopyingCollector() function