Home
last modified time | relevance | path

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

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