Lines Matching defs:start_index
24 Zone* zone, size_t start_index, size_t capacity, OperandSize operand_size)
25 : start_index_(start_index),
50 return index + start_index();
55 DCHECK_GE(index, start_index());
56 DCHECK_LT(index, start_index() + size());
57 return constants_[index - start_index()];
62 DCHECK_GE(index, start_index());
63 DCHECK_LT(index, start_index() + size());
64 return constants_[index - start_index()];
116 size_t i = start_index();
151 return slice->start_index() + slice->size();
172 if (index < slice->start_index() + slice->size()) {
203 slice->At(slice->start_index() + i).ToHandle(isolate);