Lines Matching defs:index
522 Maybe<int> OffsetOfElementAt(ElementAccess const& access, int index) {
527 DCHECK_GE(index, 0);
530 (index << ElementSizeLog2Of(representation)));
540 int index = static_cast<int>(min);
541 if (index < 0 || index != min || index != max) return Nothing<int>();
542 return OffsetOfElementAt(ElementAccessOf(op), index);
606 Node* index = current->ValueInput(1);
612 OffsetOfElementsAccess(op, index).To(&offset) &&
638 Node* index = current->ValueInput(1);
644 OffsetOfElementsAccess(op, index).To(&offset) &&
664 // {index} must be within bounds, thus it must always yield this
679 // must return one of them (i.e. either the element at index
680 // 0 or the one at index 1). So we can turn the LoadElement
686 index, jsgraph->ZeroConstant());