Home
last modified time | relevance | path

Searched refs:rb_ptr_mask_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dread_barrier-inl.h194 uintptr_t rb_ptr_low_bits = rb_ptr_bits & rb_ptr_mask_; in HasGrayReadBarrierPointer()
202 *out_rb_ptr_high_bits = rb_ptr_bits & ~rb_ptr_mask_; in HasGrayReadBarrierPointer()
Dread_barrier.h99 static constexpr uintptr_t rb_ptr_mask_ = 0x3; // The low 2 bits for white|gray|black. variable