Home | History | Annotate | Download | only in invoke

Lines Matching defs:ptype

899             Class<?> ptype = mtype.parameterType(i);
900 if (ptype != arrayElement) {
902 if (!MethodType.canConvert(arrayElement, ptype)) {