Home | History | Annotate | Download | only in heap

Lines Matching defs:next_step

1628   intptr_t next_step = 0;
1631 next_step = next_step ? Min(next_step, o->bytes_to_next_step())
1634 DCHECK(allocation_observers_->length() == 0 || next_step != 0);
1635 return next_step;