Searched refs:top_on_previous_step_ (Results 1 – 2 of 2) sorted by relevance
1551 top_on_previous_step_ == 0) { in AllocateChunk()1652 top_on_previous_step_ = in AllocateChunk()1691 top_on_previous_step_ = 0; in AllocateChunk()1697 DCHECK(top_on_previous_step_ == 0); in AllocateChunk()1705 if (top_on_previous_step_) { in AllocateChunk()1706 int bytes_allocated = static_cast<int>(top - top_on_previous_step_); in AllocateChunk()1711 top_on_previous_step_ = new_top; in AllocateChunk()
2642 top_on_previous_step_(0), in NewSpace()2830 top_on_previous_step_ = 0; in DisableInlineAllocationSteps()2935 Address top_on_previous_step_; variable