Lines Matching refs:mh

62         MethodHandle mh = lookup.findStatic(lookup.lookupClass(), methodName, methodType);  in bsmWithStringArray()  local
63 return new ConstantCallSite(mh); in bsmWithStringArray()
140 MethodHandle mh = lookup.findStatic(lookup.lookupClass(), methodName, methodType); in bsmWithIntAndStringArray() local
141 return new ConstantCallSite(mh); in bsmWithIntAndStringArray()
220 MethodHandle mh = lookup.findStatic(lookup.lookupClass(), methodName, methodType); in bsmWithLongAndIntArray() local
221 return new ConstantCallSite(mh); in bsmWithLongAndIntArray()
259 MethodHandle mh = lookup.findStatic(lookup.lookupClass(), methodName, methodType); in bsmWithFloatAndLongArray() local
260 return new ConstantCallSite(mh); in bsmWithFloatAndLongArray()
296 MethodHandle mh = lookup.findStatic(lookup.lookupClass(), methodName, methodType); in bsmWithClassAndFloatArray() local
297 return new ConstantCallSite(mh); in bsmWithClassAndFloatArray()
333 MethodHandle mh = lookup.findStatic(lookup.lookupClass(), methodName, methodType); in bsmWithDoubleArray() local
334 return new ConstantCallSite(mh); in bsmWithDoubleArray()
368 MethodHandle mh = lookup.findStatic(lookup.lookupClass(), methodName, methodType); in bsmWithClassArray() local
369 return new ConstantCallSite(mh); in bsmWithClassArray()
448 MethodHandle mh = lookup.findStatic(lookup.lookupClass(), methodName, methodType); in bsmWithWiderArray() local
449 return new ConstantCallSite(mh); in bsmWithWiderArray()
478 MethodHandle mh = lookup.findStatic(lookup.lookupClass(), methodName, methodType); in bsmWithBoxedArray() local
479 return new ConstantCallSite(mh); in bsmWithBoxedArray()