Searched refs:howArgs (Results 1 – 1 of 1) sorted by relevance
350 public static MethodType canonicalize(MethodType mt, int howRet, int howArgs) { in canonicalize() argument352 Class<?>[] ptc = MethodTypeForm.canonicalizeAll(ptypes, howArgs); in canonicalize()