Searched refs:MH_NF_INV (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DMethodTypeForm.java60 MH_NF_INV = 1, // cached helper for LF.NamedFunction field in class:MethodTypeForm
H A DLambdaForm.java1178 MethodHandle mh = typeForm.cachedMethodHandle(MethodTypeForm.MH_NF_INV);
1182 MethodHandle mh2 = typeForm.cachedMethodHandle(MethodTypeForm.MH_NF_INV);
1186 return typeForm.setCachedMethodHandle(MethodTypeForm.MH_NF_INV, mh);

Completed in 44 milliseconds