Searched refs:SlowPathEnabled (Results 1 – 2 of 2) sorted by relevance
78 bool ReferenceProcessor::SlowPathEnabled() { in SlowPathEnabled() function in art::gc::ReferenceProcessor98 if (UNLIKELY(!SlowPathEnabled()) || referent == nullptr) { in GetReferent()103 while ((!kUseReadBarrier && SlowPathEnabled()) || in GetReferent()163 CHECK_EQ(SlowPathEnabled(), concurrent) << "Slow path must be enabled iff concurrent"; in ProcessReferences()338 while ((!kUseReadBarrier && SlowPathEnabled()) || in WaitUntilDoneProcessingReferences()
83 bool SlowPathEnabled() REQUIRES_SHARED(Locks::mutator_lock_);