Home
last modified time | relevance | path

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

/art/runtime/
Dread_barrier-inl.h193 uintptr_t rb_ptr_bits = reinterpret_cast<uintptr_t>(rb_ptr); in HasGrayReadBarrierPointer() local
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()