Searched refs:gray_ptr_ (Results 1 – 3 of 3) sorted by relevance
85 return reinterpret_cast<mirror::Object*>(gray_ptr_); in GrayPtr()97 static constexpr uintptr_t gray_ptr_ = 0x1; // Marked, but not marked through. On mark stack. variable
196 CHECK(rb_ptr_low_bits == white_ptr_ || rb_ptr_low_bits == gray_ptr_ || in HasGrayReadBarrierPointer()200 bool is_gray = rb_ptr_low_bits == gray_ptr_; in HasGrayReadBarrierPointer()
233 rb_state == ReadBarrier::gray_ptr_ || in CheckReadBarrierState()