Searched refs:CurrentCollectorType (Results 1 – 4 of 4) sorted by relevance
115 CollectorType type = Runtime::Current()->GetHeap()->CurrentCollectorType(); in CollectorDoesAllowOrBroadcast()129 CollectorType type = Runtime::Current()->GetHeap()->CurrentCollectorType(); in CollectorDoesDisallow()
79 if (kUseBakerReadBarrier && heap->CurrentCollectorType() == kCollectorTypeCC && in DisableReadBarrierForReference()
848 CollectorType CurrentCollectorType() const { in CurrentCollectorType() function853 bool IsMovingGc() const { return IsMovingGc(CurrentCollectorType()); } in IsMovingGc()
231 if (heap->CurrentCollectorType() != gc::kCollectorTypeCC) { in IsDuringStartup()