Home
last modified time | relevance | path

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

/art/runtime/
Dread_barrier-inl.h209 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()
Dthread_list.cc1278 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector(); in Register()
Dthread.cc2450 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->RevokeThreadLocalMarkStack(this); in Destroy()
/art/runtime/gc/
Dreference_queue.cc79 heap->ConcurrentCopyingCollector()->IsActive()) { in DisableReadBarrierForReference()
84 collector::ConcurrentCopying* concurrent_copying = heap->ConcurrentCopyingCollector(); in DisableReadBarrierForReference()
Dheap.h800 collector::ConcurrentCopying* ConcurrentCopyingCollector() { in ConcurrentCopyingCollector() function