Searched refs:ConcurrentCopyingCollector (Results 1 – 5 of 5) sorted by relevance
192 gc::collector::ConcurrentCopying* collector = heap->ConcurrentCopyingCollector(); in IsDuringStartup()206 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()-> in AssertToSpaceInvariant()217 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()-> in AssertToSpaceInvariant()223 return Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->Mark(obj); in Mark()
1220 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->IsMarking(); in Register()1223 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->IsWeakRefAccessEnabled(); in Register()
1747 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->RevokeThreadLocalMarkStack(this); in Destroy()
70 heap->ConcurrentCopyingCollector()->IsActive()) { in DequeuePendingReference()75 collector::ConcurrentCopying* concurrent_copying = heap->ConcurrentCopyingCollector(); in DequeuePendingReference()
697 collector::ConcurrentCopying* ConcurrentCopyingCollector() { in ConcurrentCopyingCollector() function