Home
last modified time | relevance | path

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

/external/v8/src/
Dspaces.h714 bool WasSweptConservatively() { return IsFlagSet(WAS_SWEPT_CONSERVATIVELY); } in WasSweptConservatively() function
715 bool WasSwept() { return WasSweptPrecisely() || WasSweptConservatively(); } in WasSwept()