HomeSort by relevance Sort by last modified time
    Searched full:rb_ptr_high_bits (Results 1 - 1 of 1) sorted by null

  /art/runtime/
read_barrier-inl.h 43 // The higher bits of the rb_ptr, rb_ptr_high_bits (must be zero)
47 uintptr_t rb_ptr_high_bits; local
48 bool is_gray = HasGrayReadBarrierPointer(obj, &rb_ptr_high_bits);
50 rb_ptr_high_bits | reinterpret_cast<uintptr_t>(ref_addr));
64 CHECK_EQ(rb_ptr_high_bits, 0U) << obj << " rb_ptr=" << obj->GetReadBarrierPointer();

Completed in 3283 milliseconds