Home | History | Annotate | Download | only in optimizing

Lines Matching full:array_temp

964   Register array_temp = locations->GetTemp(1).AsRegister<Register>();
979 __ add(array_temp, obj, ShifterOperand(value_offset.Int32Value())); // array_temp := str.value.
982 __ ldrh(out, Address(array_temp, idx, LSL, 1)); // out := array_temp[idx].