Searched refs:rb_ptr_low_bits (Results 1 – 1 of 1) sorted by relevance
230 uintptr_t rb_ptr_low_bits = rb_ptr_bits & rb_ptr_mask_; in HasGrayReadBarrierPointer() local232 CHECK(rb_ptr_low_bits == white_ptr_ || rb_ptr_low_bits == gray_ptr_ || in HasGrayReadBarrierPointer()233 rb_ptr_low_bits == black_ptr_) in HasGrayReadBarrierPointer()236 bool is_gray = rb_ptr_low_bits == gray_ptr_; in HasGrayReadBarrierPointer()