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.cc71 if (UNLIKELY(!SlowPathEnabled()) || referent == nullptr) { in GetReferent()
76 while ((!kUseReadBarrier && SlowPathEnabled()) || in GetReferent()
128 CHECK_EQ(SlowPathEnabled(), concurrent) << "Slow path must be enabled iff concurrent"; in ProcessReferences()
267 while ((!kUseReadBarrier && SlowPathEnabled()) || in MakeCircularListIfUnenqueued()
Dreference_processor.h75 bool SlowPathEnabled() SHARED_REQUIRES(Locks::mutator_lock_);