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 55 if (UNLIKELY(!SlowPathEnabled()) || referent == nullptr) {
59 while (SlowPathEnabled()) {
126 CHECK_EQ(SlowPathEnabled(), concurrent) << "Slow path must be enabled iff concurrent";
236 while (SlowPathEnabled()) {
reference_processor.h 85 bool SlowPathEnabled() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);

Completed in 1958 milliseconds