HomeSort by relevance Sort by last modified time
    Searched full:wassweptconservatively (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
spaces.h 714 bool WasSweptConservatively() { return IsFlagSet(WAS_SWEPT_CONSERVATIVELY); }
715 bool WasSwept() { return WasSweptPrecisely() || WasSweptConservatively(); }
    [all...]

Completed in 37 milliseconds