Home
last modified time | relevance | path

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

/art/runtime/
Dread_barrier-inl.h230 uintptr_t rb_ptr_low_bits = rb_ptr_bits & rb_ptr_mask_; in HasGrayReadBarrierPointer() local
232 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()