Home | History | Annotate | Download | only in heap

Lines Matching refs:it_

135   while (!it_.Done()) {
154 if (it_.Done()) {
161 it_.Advance();
162 cell_base_ = it_.CurrentCellBase();
163 current_cell_ = *it_.CurrentCell();
185 if (it_.Advance(end_cell_index)) {
186 cell_base_ = it_.CurrentCellBase();
187 current_cell_ = *it_.CurrentCell();
214 if (!it_.Done()) {
215 it_.Advance();
216 cell_base_ = it_.CurrentCellBase();
217 current_cell_ = *it_.CurrentCell();