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 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...]
spaces.cc 479 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 938 milliseconds