Searched defs:WAS_SWEPT_PRECISELY (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dspaces.h393 WAS_SWEPT_PRECISELY, enumerator in enum:v8::internal::MemoryChunk::MemoryChunkFlags
713 bool WasSweptPrecisely() { return IsFlagSet(WAS_SWEPT_PRECISELY); }
717 void MarkSweptPrecisely() { SetFlag(WAS_SWEPT_PRECISELY); }
720 void ClearSweptPrecisely() { ClearFlag(WAS_SWEPT_PRECISELY); }

Completed in 109 milliseconds