Home
last modified time | relevance | path

Searched refs:WasSweptPrecisely (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dspaces.h713 bool WasSweptPrecisely() { return IsFlagSet(WAS_SWEPT_PRECISELY); } in WasSweptPrecisely() function
715 bool WasSwept() { return WasSweptPrecisely() || WasSweptConservatively(); } in WasSwept()
1576 !p->WasSweptPrecisely(); in ShouldBeSweptLazily()
Dspaces.cc82 ASSERT(page->WasSweptPrecisely()); in HeapObjectIterator()
117 ASSERT(cur_page->WasSweptPrecisely()); in AdvanceToNextPage()
967 ASSERT(page->WasSweptPrecisely()); in Verify()