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

  /external/v8/src/
spaces.cc 767 if (!chunk->InNewSpace() && !static_cast<Page*>(chunk)->WasSwept()) {
893 if (page->WasSwept()) {
922 if (!page->WasSwept()) {
    [all...]
mark-compact.cc 443 if (!p->WasSwept()) {
580 if (!p->WasSwept()) {
    [all...]
spaces.h 715 bool WasSwept() { return WasSweptPrecisely() || WasSweptConservatively(); }
    [all...]

Completed in 5087 milliseconds