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

  /art/runtime/gc/
system_weak_test.cc 110 CollectorType type = Runtime::Current()->GetHeap()->CurrentCollectorType();
122 CollectorType type = Runtime::Current()->GetHeap()->CurrentCollectorType();
reference_queue.cc 77 if (kUseBakerOrBrooksReadBarrier && heap->CurrentCollectorType() == kCollectorTypeCC &&
heap.h 724 CollectorType CurrentCollectorType() {
    [all...]
  /art/runtime/
read_barrier-inl.h 212 if (heap->CurrentCollectorType() != gc::kCollectorTypeCC) {

Completed in 82 milliseconds