Home | History | Annotate | Download | only in heap

Lines Matching defs:new_top

1691     Address new_top = allocation_info_.top() + size_in_bytes;
1692 allocation_info_.set_limit(Min(new_top, high));
1699 Address new_top = allocation_info_.top() + size_in_bytes;
1700 Address new_limit = new_top + GetNextInlineAllocationStepSize() - 1;
1762 Address new_top = old_top + aligned_size_in_bytes;
1764 InlineAllocationStep(new_top, new_top, soon_object, size_in_bytes);
1816 void NewSpace::InlineAllocationStep(Address top, Address new_top,
1824 top_on_previous_step_ = new_top;