Searched refs:top_on_previous_step_ (Results 1 – 2 of 2) sorted by relevance
1382 int bytes_allocated = static_cast<int>(new_top - top_on_previous_step_); in SlowAllocateRaw()1386 top_on_previous_step_ = new_top; in SlowAllocateRaw()1390 int bytes_allocated = static_cast<int>(old_top - top_on_previous_step_); in SlowAllocateRaw()1393 top_on_previous_step_ = to_space_.page_low(); in SlowAllocateRaw()
2472 top_on_previous_step_ = allocation_info_.top(); in LowerInlineAllocationLimit()2575 Address top_on_previous_step_; variable