Home | History | Annotate | Download | only in heap

Lines Matching defs:skip

4610     // Skip free space.
4615 int skip = free_space->Size();
4616 DCHECK(current_address + skip <= reinterpret_cast<Address>(limit));
4617 DCHECK(skip > 0);
4618 current_address += skip - kPointerSize;
4622 // Skip the current linear allocation space between top and limit which is
5346 // allows us to safely skip write barriers in table update operations.