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

  /art/runtime/
read_barrier.h 98 return gray_state_;
114 return rb_state == white_state_ || rb_state == gray_state_;
118 static constexpr uint32_t gray_state_ = 0x1; // Marked, but not marked through. On mark stack. member in class:art::ReadBarrier
read_barrier-inl.h 251 return obj->GetReadBarrierState(fake_address_dependency) == gray_state_;
257 return obj->GetReadBarrierStateAcquire() == gray_state_;

Completed in 70 milliseconds