Searched refs:array_temp (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dintrinsics_arm.cc964 Register array_temp = locations->GetTemp(1).AsRegister<Register>(); local
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].
H A Dintrinsics_arm64.cc1151 Register array_temp = temps.AcquireW(); // We can trade this for worse scheduling. local
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].

Completed in 31 milliseconds