Lines Matching refs:VRegA
1205 result = result && CheckRegisterIndex(inst->VRegA()); in VerifyInstruction()
1208 result = result && CheckWideRegisterIndex(inst->VRegA()); in VerifyInstruction()
1279 uint32_t v_a = dchecked_integral_cast<uint32_t>(inst->VRegA()); in VerifyInstruction()
1296 inst->VRegA() <= 0) { in VerifyInstruction()
1297 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid arg count (" << inst->VRegA() << ") in " in VerifyInstruction()
1301 result = result && CheckVarArgRangeRegs(inst->VRegA(), inst->VRegC()); in VerifyInstruction()
2355 prev_inst.VRegA(), in CodeFlowVerifyInstruction()
2386 if (prev_inst.VRegA() == inst->VRegA_11x()) { in CodeFlowVerifyInstruction()
2388 prev2_inst.VRegA(), in CodeFlowVerifyInstruction()
2391 } else if (prev2_inst.VRegA() == inst->VRegA_11x()) { in CodeFlowVerifyInstruction()
2393 prev_inst.VRegA(), in CodeFlowVerifyInstruction()
4026 const size_t expected_args = inst->VRegA(); in VerifyInvocationArgsFromIterator()
4108 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Rejecting invocation, expected " << inst->VRegA() << in VerifyInvocationArgsFromIterator()