Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dsystem_weak_test.cc111 CollectorType type = Runtime::Current()->GetHeap()->CurrentCollectorType(); in CollectorDoesAllowOrBroadcast()
124 CollectorType type = Runtime::Current()->GetHeap()->CurrentCollectorType(); in CollectorDoesDisallow()
H A Dreference_queue.cc78 if (kUseBakerOrBrooksReadBarrier && heap->CurrentCollectorType() == kCollectorTypeCC && in DisableReadBarrierForReference()
H A Dheap.h807 CollectorType CurrentCollectorType() { in CurrentCollectorType() function
/aosp12/art/runtime/
H A Dread_barrier-inl.h218 if (heap->CurrentCollectorType() != gc::kCollectorTypeCC) { in IsDuringStartup()