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

  /art/runtime/
read_barrier-inl.h 87 if (Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->IsMarking()) {
127 if (Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->IsMarking()) {
167 gc::collector::ConcurrentCopying* collector = heap->ConcurrentCopyingCollector();
181 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->
187 return Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->Mark(obj);
  /art/runtime/gc/
reference_queue.cc 91 heap->ConcurrentCopyingCollector()->IsActive()) {
97 if (heap->ConcurrentCopyingCollector()->RegionSpace()->IsInToSpace(ref)) {
heap.h 643 collector::ConcurrentCopying* ConcurrentCopyingCollector() {
    [all...]

Completed in 64 milliseconds