Home
last modified time | relevance | path

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

/art/runtime/gc/
Dreference_processor-inl.h25 inline bool ReferenceProcessor::SlowPathEnabled() { in SlowPathEnabled() function
Dreference_processor.cc72 if (UNLIKELY(!SlowPathEnabled()) || referent == nullptr) { in GetReferent()
77 while ((!kUseReadBarrier && SlowPathEnabled()) || in GetReferent()
137 CHECK_EQ(SlowPathEnabled(), concurrent) << "Slow path must be enabled iff concurrent"; in ProcessReferences()
309 while ((!kUseReadBarrier && SlowPathEnabled()) || in WaitUntilDoneProcessingReferences()
Dreference_processor.h81 bool SlowPathEnabled() REQUIRES_SHARED(Locks::mutator_lock_);