HomeSort by relevance Sort by last modified time
    Searched refs:WasSwept (Results 1 - 6 of 6) 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...]
  /external/chromium_org/v8/src/
mark-compact.cc 678 if (!p->WasSwept()) {
827 if (!p->WasSwept()) {
    [all...]
spaces.cc 911 if (!chunk->InNewSpace() && !static_cast<Page*>(chunk)->WasSwept()) {
    [all...]
spaces.h 805 bool WasSwept() { return WasSweptPrecisely() || WasSweptConservatively(); }
    [all...]

Completed in 269 milliseconds