Home | History | Annotate | Download | only in compiler

Lines Matching full:from_index

428   // or {tagged_array} at index {from_index} to index {to_index}.
429 void RunCopyElement(int from_index, int to_index) {
432 BoundsCheck(from_index);
438 Node* load = t.LoadElement(access, ptr, t.Int32Constant(from_index));
449 // or {tagged_array} at index {from_index} to index {to_index}.
450 void RunCopyField(int from_index, int to_index) {
451 BoundsCheck(from_index);
453 FieldAccess from_access = GetFieldAccess(from_index);