Searched refs:setCachedMethodHandle (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DCallSite.java266 invoker = basicType.form().setCachedMethodHandle(MethodTypeForm.MH_UNINIT_CS, invoker);
H A DMethodTypeForm.java119 public synchronized MethodHandle setCachedMethodHandle(int which, MethodHandle mh) { method in class:MethodTypeForm
H A DInvokers.java92 invoker = basicType.form().setCachedMethodHandle(MethodTypeForm.MH_BASIC_INV, invoker);
H A DMethodHandles.java3316 ident = setCachedMethodHandle(IDENTITY_MHS, pos, makeIdentity(btw.primitiveType()));
3382 zero = setCachedMethodHandle(ZERO_MHS, pos, makeZero(btw.primitiveType()));
3396 private static synchronized MethodHandle setCachedMethodHandle(MethodHandle[] cache, int pos, MethodHandle value) { method in class:MethodHandles
H A DLambdaForm.java1186 return typeForm.setCachedMethodHandle(MethodTypeForm.MH_NF_INV, mh);

Completed in 122 milliseconds