Lines Matching refs:src_reg
1165 size_t dest_reg, size_t src_reg) in AssignRegister() argument
1168 uint32_t src_value = shadow_frame.GetVReg(src_reg); in AssignRegister()
1169 ObjPtr<mirror::Object> o = shadow_frame.GetVRegReference<kVerifyNone>(src_reg); in AssignRegister()
1190 for (size_t src_reg = first_src_reg, dest_reg = first_dest_reg; dest_reg < dest_reg_bound; in CopyRegisters() local
1191 ++dest_reg, ++src_reg) { in CopyRegisters()
1192 AssignRegister(callee_frame, caller_frame, dest_reg, src_reg); in CopyRegisters()
1335 const size_t src_reg = (is_range) ? vregC + arg_offset : arg[arg_offset]; in DoCallCommon() local
1339 ObjPtr<mirror::Object> o = shadow_frame.GetVRegReference(src_reg); in DoCallCommon()
1371 (static_cast<uint64_t>(shadow_frame.GetVReg(src_reg + 1)) << BitSizeOf<uint32_t>()) | in DoCallCommon()
1372 static_cast<uint32_t>(shadow_frame.GetVReg(src_reg)); in DoCallCommon()
1381 new_shadow_frame->SetVReg(dest_reg, shadow_frame.GetVReg(src_reg)); in DoCallCommon()
1495 size_t src_reg = is_range ? vregC + i : arg[i]; in DoFilledNewArray() local
1498 i, shadow_frame.GetVReg(src_reg)); in DoFilledNewArray()
1501 i, shadow_frame.GetVRegReference(src_reg)); in DoFilledNewArray()