Searched refs:top_on_previous_step_ (Results 1 – 2 of 2) sorted by relevance
1704 } else if (allocation_observers_paused_ || top_on_previous_step_ == 0) { in AllocateChunk()1784 top_on_previous_step_ = in AllocateChunk()1816 top_on_previous_step_ = 0; in AllocateChunk()1821 DCHECK(top_on_previous_step_ == 0); in AllocateChunk()1829 if (top_on_previous_step_) { in AllocateChunk()1830 int bytes_allocated = static_cast<int>(top - top_on_previous_step_); in AllocateChunk()1835 top_on_previous_step_ = new_top; in AllocateChunk()
2391 top_on_previous_step_(0), in NewSpace()2564 top_on_previous_step_ = 0; in DisableInlineAllocationSteps()2661 Address top_on_previous_step_; variable