Home | History | Annotate | Download | only in optimizing

Lines Matching full:array_temp

1151   Register array_temp = temps.AcquireW();            // We can trade this for worse scheduling.
1166 __ Add(array_temp, obj, Operand(value_offset.Int32Value())); // array_temp := str.value.
1169 __ Ldrh(out, MemOperand(array_temp.X(), idx, UXTW, 1)); // out := array_temp[idx].