Searched refs:ConcurrentCopyingCollector (Results 1 – 3 of 3) sorted by relevance
87 if (Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->IsMarking()) { in BarrierForRoot()127 if (Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->IsMarking()) { in BarrierForRoot()167 gc::collector::ConcurrentCopying* collector = heap->ConcurrentCopyingCollector(); in IsDuringStartup()181 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()-> in AssertToSpaceInvariant()187 return Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->Mark(obj); in Mark()
91 heap->ConcurrentCopyingCollector()->IsActive()) { in DequeuePendingReference()97 if (heap->ConcurrentCopyingCollector()->RegionSpace()->IsInToSpace(ref)) { in DequeuePendingReference()
643 collector::ConcurrentCopying* ConcurrentCopyingCollector() { in ConcurrentCopyingCollector() function