Home | History | Annotate | Download | only in src

Lines Matching refs:WAS_SWEPT_CONSERVATIVELY

400     WAS_SWEPT_CONSERVATIVELY,
804 bool WasSweptConservatively() { return IsFlagSet(WAS_SWEPT_CONSERVATIVELY); }
808 void MarkSweptConservatively() { SetFlag(WAS_SWEPT_CONSERVATIVELY); }
811 void ClearSweptConservatively() { ClearFlag(WAS_SWEPT_CONSERVATIVELY); }
1764 bool was_swept_conservatively() { return was_swept_conservatively_; }