Home
last modified time | relevance | path

Searched refs:howRet (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
354 Class<?> rtc = MethodTypeForm.canonicalize(rtype, howRet); in canonicalize()