Searched refs:CollectionRequestedBit (Results 1 – 1 of 1) sorted by relevance
174 using CollectionRequestedBit = SafepointRequestedBit::Next<bool, 1>; variable200 return CollectionRequestedBit::decode(raw_state_); in IsCollectionRequested()205 CollectionRequestedBit::kMask)); in IsRunningWithSlowPathFlag()246 return ThreadState(raw_state_.fetch_or(CollectionRequestedBit::kMask)); in SetCollectionRequested()250 return ThreadState(raw_state_.fetch_and(~CollectionRequestedBit::kMask)); in ClearCollectionRequested()