Searched refs:rb_ptr_mask_ (Results 1 – 2 of 2) sorted by relevance
194 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()
99 static constexpr uintptr_t rb_ptr_mask_ = 0x3; // The low 2 bits for white|gray|black. variable