Home
last modified time | relevance | path

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

/art/runtime/gc/
Dreference_processor.cc55 if (UNLIKELY(!SlowPathEnabled()) || referent == nullptr) { in GetReferent()
59 while (SlowPathEnabled()) { in GetReferent()
126 CHECK_EQ(SlowPathEnabled(), concurrent) << "Slow path must be enabled iff concurrent"; in ProcessReferences()
236 while (SlowPathEnabled()) { in MakeCircularListIfUnenqueued()
Dreference_processor-inl.h25 inline bool ReferenceProcessor::SlowPathEnabled() { in SlowPathEnabled() function
Dreference_processor.h85 bool SlowPathEnabled() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);