Home
last modified time | relevance | path

Searched refs:SlowPathEnabled (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dreference_processor.cc78 bool ReferenceProcessor::SlowPathEnabled() { in SlowPathEnabled() function in art::gc::ReferenceProcessor
98 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()
Dreference_processor.h83 bool SlowPathEnabled() REQUIRES_SHARED(Locks::mutator_lock_);