Lines Matching refs:VRegA
1072 result = result && CheckRegisterIndex(inst->VRegA()); in VerifyInstruction()
1075 result = result && CheckWideRegisterIndex(inst->VRegA()); in VerifyInstruction()
1146 uint32_t v_a = dchecked_integral_cast<uint32_t>(inst->VRegA()); in VerifyInstruction()
1163 inst->VRegA() <= 0) { in VerifyInstruction()
1164 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid arg count (" << inst->VRegA() << ") in " in VerifyInstruction()
1168 result = result && CheckVarArgRangeRegs(inst->VRegA(), inst->VRegC()); in VerifyInstruction()
2341 prev_inst.VRegA(), in CodeFlowVerifyInstruction()
2372 if (prev_inst.VRegA() == inst->VRegA_11x()) { in CodeFlowVerifyInstruction()
2374 prev2_inst.VRegA(), in CodeFlowVerifyInstruction()
2377 } else if (prev2_inst.VRegA() == inst->VRegA_11x()) { in CodeFlowVerifyInstruction()
2379 prev_inst.VRegA(), in CodeFlowVerifyInstruction()
3977 const size_t expected_args = inst->VRegA(); in VerifyInvocationArgsFromIterator()
4059 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Rejecting invocation, expected " << inst->VRegA() << in VerifyInvocationArgsFromIterator()