HomeSort by relevance Sort by last modified time
    Searched refs:SlowPathEnabled (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/
reference_processor-inl.h 25 inline bool ReferenceProcessor::SlowPathEnabled() {
reference_processor.cc 71 if (UNLIKELY(!SlowPathEnabled()) || referent == nullptr) {
76 while ((!kUseReadBarrier && SlowPathEnabled()) ||
128 CHECK_EQ(SlowPathEnabled(), concurrent) << "Slow path must be enabled iff concurrent";
267 while ((!kUseReadBarrier && SlowPathEnabled()) ||
reference_processor.h 75 bool SlowPathEnabled() SHARED_REQUIRES(Locks::mutator_lock_);

Completed in 387 milliseconds