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

/art/compiler/optimizing/
H A Dintrinsics_arm.cc800 Register array_temp = locations->GetTemp(1).AsRegister<Register>(); local
815 __ add(array_temp, obj, ShifterOperand(value_offset.Int32Value())); // array_temp := str.value.
818 __ ldrh(out, Address(array_temp, idx, LSL, 1)); // out := array_temp[idx].
H A Dintrinsics_arm64.cc944 Register array_temp = temps.AcquireW(); // We can trade this for worse scheduling. local
959 __ Add(array_temp, obj, Operand(value_offset.Int32Value())); // array_temp := str.value.
962 __ Ldrh(out, MemOperand(array_temp.X(), idx, UXTW, 1)); // out := array_temp[idx].

Completed in 83 milliseconds