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

  /external/chromium_org/v8/src/
spaces.h 400 WAS_SWEPT_CONSERVATIVELY,
804 bool WasSweptConservatively() { return IsFlagSet(WAS_SWEPT_CONSERVATIVELY); }
808 void MarkSweptConservatively() { SetFlag(WAS_SWEPT_CONSERVATIVELY); }
811 void ClearSweptConservatively() { ClearFlag(WAS_SWEPT_CONSERVATIVELY); }
1764 bool was_swept_conservatively() { return was_swept_conservatively_; } function in class:v8::internal::PagedSpace
    [all...]
  /external/v8/src/
spaces.h 394 WAS_SWEPT_CONSERVATIVELY,
714 bool WasSweptConservatively() { return IsFlagSet(WAS_SWEPT_CONSERVATIVELY); }
718 void MarkSweptConservatively() { SetFlag(WAS_SWEPT_CONSERVATIVELY); }
721 void ClearSweptConservatively() { ClearFlag(WAS_SWEPT_CONSERVATIVELY); }
1568 bool was_swept_conservatively() { return was_swept_conservatively_; } function in class:v8::internal::PagedSpace
    [all...]

Completed in 545 milliseconds