Home
last modified time | relevance | path

Searched refs:ConcurrentCopyingCollector (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dread_barrier-inl.h87 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()
/art/runtime/gc/
Dreference_queue.cc91 heap->ConcurrentCopyingCollector()->IsActive()) { in DequeuePendingReference()
97 if (heap->ConcurrentCopyingCollector()->RegionSpace()->IsInToSpace(ref)) { in DequeuePendingReference()
Dheap.h643 collector::ConcurrentCopying* ConcurrentCopyingCollector() { in ConcurrentCopyingCollector() function