Home | History | Annotate | Download | only in src

Lines Matching refs:top_on_previous_step_

1394     int bytes_allocated = static_cast<int>(new_top - top_on_previous_step_);
1397 top_on_previous_step_ = new_top;
1401 int bytes_allocated = static_cast<int>(old_top - top_on_previous_step_);
1404 top_on_previous_step_ = to_space_.page_low();