Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodTypeForm.java286 …public static final int NO_CHANGE = 0, ERASE = 1, WRAP = 2, UNWRAP = 3, INTS = 4, LONGS = 5, RAW_R… field in MethodTypeForm
329 case WRAP: in canonicalize()
335 case WRAP: in canonicalize()
DMethodType.java683 wt = MethodTypeForm.canonicalize(pt, MethodTypeForm.WRAP, MethodTypeForm.WRAP); in wrapWithPrims()