Home | History | Annotate | Download | only in src

Lines Matching defs:unswept_free_bytes_

1494     ASSERT(!IsSweepingComplete() || (unswept_free_bytes_ == 0));
1495 return Size() - unswept_free_bytes_ - (limit() - top());
1580 ASSERT(unswept_free_bytes_ == 0);
1586 unswept_free_bytes_ += by;
1591 unswept_free_bytes_ += (p->area_size() - p->LiveBytes());
1596 unswept_free_bytes_ -= (p->area_size() - p->LiveBytes());
1657 intptr_t unswept_free_bytes_;