Home | History | Annotate | Download | only in heap

Lines Matching refs:next_step

1792   intptr_t next_step = 0;
1795 next_step = next_step ? Min(next_step, o->bytes_to_next_step())
1798 DCHECK(allocation_observers_->length() == 0 || next_step != 0);
1799 return next_step;