Searched refs:top_on_previous_step_ (Results 1 – 2 of 2) sorted by relevance
1207 int bytes_allocated = static_cast<int>(new_top - top_on_previous_step_); in SlowAllocateRaw()1210 top_on_previous_step_ = new_top; in SlowAllocateRaw()1214 int bytes_allocated = static_cast<int>(old_top - top_on_previous_step_); in SlowAllocateRaw()1217 top_on_previous_step_ = to_space_.page_low(); in SlowAllocateRaw()
2192 top_on_previous_step_ = allocation_info_.top; in LowerInlineAllocationLimit()2299 Address top_on_previous_step_; variable