Home | History | Annotate | Download | only in heap

Lines Matching full:start_cell_index

273     uint32_t start_cell_index = IndexToCell(cell_base_index);
275 DCHECK_GE(end_cell_index, start_cell_index);
277 for (uint32_t i = start_cell_index; i < end_cell_index; i++) {