Home
last modified time | relevance | path

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

/art/runtime/
Dread_barrier-inl.h222 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()
Dthread_list.cc1430 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector(); in Register()
Dthread.cc2654 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->RevokeThreadLocalMarkStack(this); in Destroy()
4529 gc::collector::ConcurrentCopying* cc = runtime->GetHeap()->ConcurrentCopyingCollector(); in SweepCacheEntry()
/art/runtime/gc/
Dreference_queue.cc80 heap->ConcurrentCopyingCollector()->IsActive()) { in DisableReadBarrierForReference()
85 collector::ConcurrentCopying* concurrent_copying = heap->ConcurrentCopyingCollector(); in DisableReadBarrierForReference()
Dheap.h826 collector::ConcurrentCopying* ConcurrentCopyingCollector() { in ConcurrentCopyingCollector() function