Searched refs:ConcurrentCopyingCollector (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Dread_barrier-inl.h202 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->IsMarked(ref));
215 gc::collector::ConcurrentCopying* collector = heap->ConcurrentCopyingCollector();
229 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->
240 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->
246 return Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->MarkFromReadBarrier(obj);
H A Dthread_list.cc1392 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->IsMarking();
1395 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->IsWeakRefAccessEnabled();
H A Dthread.cc2109 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->RevokeThreadLocalMarkStack(this);
/art/runtime/gc/
H A Dreference_queue.cc77 heap->ConcurrentCopyingCollector()->IsActive()) {
82 collector::ConcurrentCopying* concurrent_copying = heap->ConcurrentCopyingCollector();
H A Dheap.h721 collector::ConcurrentCopying* ConcurrentCopyingCollector() { function in class:art::gc::Heap
/art/runtime/interpreter/
H A Dinterpreter_common.h239 << Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->

Completed in 104 milliseconds