Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodTypeForm.java354 Class<?> rtc = MethodTypeForm.canonicalize(rtype, howRet); in canonicalize() local
355 if (ptc == null && rtc == null) { in canonicalize()
360 if (rtc == null) rtc = rtype; in canonicalize()
362 return MethodType.makeImpl(rtc, ptc, true); in canonicalize()