Searched refs:index_type (Results 1 – 1 of 1) sorted by relevance
4322 const RegType& index_type = work_line_->GetRegisterType(this, inst->VRegC_23x()); in VerifyAGet() local4323 if (!index_type.IsArrayIndexTypes()) { in VerifyAGet()4324 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Invalid reg type for array index (" << index_type << ")"; in VerifyAGet()4437 const RegType& index_type = work_line_->GetRegisterType(this, inst->VRegC_23x()); in VerifyAPut() local4438 if (!index_type.IsArrayIndexTypes()) { in VerifyAPut()4439 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Invalid reg type for array index (" << index_type << ")"; in VerifyAPut()