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

  /external/chromium_org/v8/src/
spaces.h 803 bool WasSweptPrecisely() { return IsFlagSet(WAS_SWEPT_PRECISELY); }
805 bool WasSwept() { return WasSweptPrecisely() || WasSweptConservatively(); }
    [all...]
spaces.cc 82 ASSERT(page->WasSweptPrecisely());
117 ASSERT(cur_page->WasSweptPrecisely());
    [all...]
  /external/v8/src/
spaces.h 713 bool WasSweptPrecisely() { return IsFlagSet(WAS_SWEPT_PRECISELY); }
715 bool WasSwept() { return WasSweptPrecisely() || WasSweptConservatively(); }
    [all...]
spaces.cc 82 ASSERT(page->WasSweptPrecisely());
117 ASSERT(cur_page->WasSweptPrecisely());
967 ASSERT(page->WasSweptPrecisely());
    [all...]

Completed in 69 milliseconds