Home
last modified time | relevance | path

Searched refs:howArgs (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodTypeForm.java350 public static MethodType canonicalize(MethodType mt, int howRet, int howArgs) { in canonicalize() argument
352 Class<?>[] ptc = MethodTypeForm.canonicalizeAll(ptypes, howArgs); in canonicalize()