HomeSort by relevance Sort by last modified time
    Searched refs:ConcurrentCopyingCollector (Results 1 - 6 of 6) sorted by null

  /art/runtime/
read_barrier-inl.h 203 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->IsMarked(ref));
216 gc::collector::ConcurrentCopying* collector = heap->ConcurrentCopyingCollector();
230 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->
241 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->
247 return Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->MarkFromReadBarrier(obj);
thread_list.cc     [all...]
thread.cc     [all...]
  /art/runtime/gc/
reference_queue.cc 78 heap->ConcurrentCopyingCollector()->IsActive()) {
83 collector::ConcurrentCopying* concurrent_copying = heap->ConcurrentCopyingCollector();
heap.h 720 collector::ConcurrentCopying* ConcurrentCopyingCollector() {
    [all...]
  /art/runtime/interpreter/
interpreter_common.h 239 << Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->

Completed in 544 milliseconds