Lines Matching refs:src_reg
1169 size_t dest_reg, size_t src_reg) in AssignRegister() argument
1172 uint32_t src_value = shadow_frame.GetVReg(src_reg); in AssignRegister()
1173 ObjPtr<mirror::Object> o = shadow_frame.GetVRegReference<kVerifyNone>(src_reg); in AssignRegister()
1194 for (size_t src_reg = first_src_reg, dest_reg = first_dest_reg; dest_reg < dest_reg_bound; in CopyRegisters() local
1195 ++dest_reg, ++src_reg) { in CopyRegisters()
1196 AssignRegister(callee_frame, caller_frame, dest_reg, src_reg); in CopyRegisters()
1339 const size_t src_reg = (is_range) ? vregC + arg_offset : arg[arg_offset]; in DoCallCommon() local
1343 ObjPtr<mirror::Object> o = shadow_frame.GetVRegReference(src_reg); in DoCallCommon()
1375 (static_cast<uint64_t>(shadow_frame.GetVReg(src_reg + 1)) << BitSizeOf<uint32_t>()) | in DoCallCommon()
1376 static_cast<uint32_t>(shadow_frame.GetVReg(src_reg)); in DoCallCommon()
1385 new_shadow_frame->SetVReg(dest_reg, shadow_frame.GetVReg(src_reg)); in DoCallCommon()
1499 size_t src_reg = is_range ? vregC + i : arg[i]; in DoFilledNewArray() local
1502 i, shadow_frame.GetVReg(src_reg)); in DoFilledNewArray()
1505 i, shadow_frame.GetVRegReference(src_reg)); in DoFilledNewArray()