Searched refs:SlowPathEnabled (Results 1 – 2 of 2) sorted by relevance
79 bool ReferenceProcessor::SlowPathEnabled() { in SlowPathEnabled() function in art::gc::ReferenceProcessor93 return gUseReadBarrier ? !self->GetWeakRefAccessEnabled() : SlowPathEnabled(); in GetReferent()214 CHECK_EQ(SlowPathEnabled(), concurrent_) << "Slow path must be enabled iff concurrent"; in ProcessReferences()420 while ((!gUseReadBarrier && SlowPathEnabled()) || in WaitUntilDoneProcessingReferences()
95 bool SlowPathEnabled() REQUIRES_SHARED(Locks::mutator_lock_);