Home
last modified time | relevance | path

Searched refs:CurrentCollectorType (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/
Dsystem_weak_test.cc115 CollectorType type = Runtime::Current()->GetHeap()->CurrentCollectorType(); in CollectorDoesAllowOrBroadcast()
129 CollectorType type = Runtime::Current()->GetHeap()->CurrentCollectorType(); in CollectorDoesDisallow()
Dreference_queue.cc79 if (kUseBakerReadBarrier && heap->CurrentCollectorType() == kCollectorTypeCC && in DisableReadBarrierForReference()
Dheap.h848 CollectorType CurrentCollectorType() const { in CurrentCollectorType() function
853 bool IsMovingGc() const { return IsMovingGc(CurrentCollectorType()); } in IsMovingGc()
/art/runtime/
Dread_barrier-inl.h231 if (heap->CurrentCollectorType() != gc::kCollectorTypeCC) { in IsDuringStartup()