Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dlocal-heap.h174 using CollectionRequestedBit = SafepointRequestedBit::Next<bool, 1>; variable
200 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()