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 399 WAS_SWEPT_PRECISELY,
803 bool WasSweptPrecisely() { return IsFlagSet(WAS_SWEPT_PRECISELY); }
807 void MarkSweptPrecisely() { SetFlag(WAS_SWEPT_PRECISELY); }
810 void ClearSweptPrecisely() { ClearFlag(WAS_SWEPT_PRECISELY); }
    [all...]

Completed in 25 milliseconds