Home
last modified time | relevance | path

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

/art/runtime/
Dread_barrier.h85 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
Dread_barrier-inl.h196 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()
Dlock_word.h233 rb_state == ReadBarrier::gray_ptr_ || in CheckReadBarrierState()