OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gray_state_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
read_barrier.h
94
return
gray_state_
;
110
return rb_state == white_state_ || rb_state ==
gray_state_
;
114
static constexpr uint32_t
gray_state_
= 0x1; // Marked, but not marked through. On mark stack.
member in class:art::ReadBarrier
read_barrier-inl.h
250
return obj->GetReadBarrierState(fake_address_dependency) ==
gray_state_
;
256
return obj->GetReadBarrierStateAcquire() ==
gray_state_
;
Completed in 145 milliseconds