Searched refs:setCachedMethodHandle (Results 1 – 1 of 1) sorted by relevance
3028 ident = setCachedMethodHandle(IDENTITY_MHS, pos, makeIdentity(btw.primitiveType())); in identity()3115 zero = setCachedMethodHandle(ZERO_MHS, pos, makeZero(btw.primitiveType())); in zero()3131 …private static synchronized MethodHandle setCachedMethodHandle(MethodHandle[] cache, int pos, Meth… in setCachedMethodHandle() method in MethodHandles