Home
last modified time | relevance | path

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

/art/runtime/
Dread_barrier-inl.h192 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()
Dthread_list.cc1220 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->IsMarking(); in Register()
1223 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->IsWeakRefAccessEnabled(); in Register()
Dthread.cc1747 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->RevokeThreadLocalMarkStack(this); in Destroy()
/art/runtime/gc/
Dreference_queue.cc70 heap->ConcurrentCopyingCollector()->IsActive()) { in DequeuePendingReference()
75 collector::ConcurrentCopying* concurrent_copying = heap->ConcurrentCopyingCollector(); in DequeuePendingReference()
Dheap.h697 collector::ConcurrentCopying* ConcurrentCopyingCollector() { in ConcurrentCopyingCollector() function