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

  /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...]
spaces.cc 495 chunk->SetFlag(WAS_SWEPT_PRECISELY);
    [all...]
  /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...]
spaces.cc 453 chunk->SetFlag(WAS_SWEPT_PRECISELY);
    [all...]

Completed in 663 milliseconds