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 60 if (UNLIKELY(!SlowPathEnabled()) || referent == nullptr) {
64 while (SlowPathEnabled()) {
131 CHECK_EQ(SlowPathEnabled(), concurrent) << "Slow path must be enabled iff concurrent";
267 while (SlowPathEnabled()) {
reference_processor.h 88 bool SlowPathEnabled() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);

Completed in 469 milliseconds