HomeSort by relevance Sort by last modified time
    Searched defs:WAS_SWEPT_PRECISELY (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
spaces.h 393 WAS_SWEPT_PRECISELY,
713 bool WasSweptPrecisely() { return IsFlagSet(WAS_SWEPT_PRECISELY); }
717 void MarkSweptPrecisely() { SetFlag(WAS_SWEPT_PRECISELY); }
720 void ClearSweptPrecisely() { ClearFlag(WAS_SWEPT_PRECISELY); }
    [all...]
  /external/chromium_org/v8/src/
spaces.h 400 WAS_SWEPT_PRECISELY,
810 bool WasSweptPrecisely() { return IsFlagSet(WAS_SWEPT_PRECISELY); }
814 void MarkSweptPrecisely() { SetFlag(WAS_SWEPT_PRECISELY); }
817 void ClearSweptPrecisely() { ClearFlag(WAS_SWEPT_PRECISELY); }
    [all...]

Completed in 28 milliseconds