Searched refs:get_reg (Results 1 – 1 of 1) sorted by relevance
3087 uint32_t get_reg = is_range ? inst->VRegC_3rc() + actual_args : arg[actual_args]; in VerifyInvocationArgs() local3089 const RegType& src_type = work_line_->GetRegisterType(get_reg); in VerifyInvocationArgs()3091 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "register v" << get_reg << " has type " << src_type in VerifyInvocationArgs()3095 } else if (!work_line_->VerifyRegisterType(get_reg, reg_type)) { in VerifyInvocationArgs()3219 uint32_t get_reg = is_range ? inst->VRegC_3rc() + actual_args : arg[actual_args]; in VerifyInvokeVirtualQuickArgs() local3220 if (!work_line_->VerifyRegisterType(get_reg, reg_type)) { in VerifyInvokeVirtualQuickArgs()3269 uint32_t get_reg = is_range ? inst->VRegC_3rc() + ui : arg[ui]; in VerifyNewArray() local3270 if (!work_line_->VerifyRegisterType(get_reg, expected_type)) { in VerifyNewArray()