Lines Matching refs:methodName

57             String methodName,  in bsmWithStringArray()  argument
61 printBsmArgs("bsmWithStringArray", lookup, methodName, methodType, arityArgs); in bsmWithStringArray()
62 MethodHandle mh = lookup.findStatic(lookup.lookupClass(), methodName, methodType); in bsmWithStringArray()
128 String methodName, in bsmWithIntAndStringArray() argument
136 methodName, in bsmWithIntAndStringArray()
140 MethodHandle mh = lookup.findStatic(lookup.lookupClass(), methodName, methodType); in bsmWithIntAndStringArray()
214 String methodName, in bsmWithLongAndIntArray() argument
219 printBsmArgs("bsmWithLongAndIntArray", lookup, methodName, methodType, extraArg, arityArgs); in bsmWithLongAndIntArray()
220 MethodHandle mh = lookup.findStatic(lookup.lookupClass(), methodName, methodType); in bsmWithLongAndIntArray()
252 String methodName, in bsmWithFloatAndLongArray() argument
258 "bsmWithFloatAndLongArray", lookup, methodName, methodType, extraArg, arityArgs); in bsmWithFloatAndLongArray()
259 MethodHandle mh = lookup.findStatic(lookup.lookupClass(), methodName, methodType); in bsmWithFloatAndLongArray()
289 String methodName, in bsmWithClassAndFloatArray() argument
295 "bsmWithClassAndFloatArray", lookup, methodName, methodType, extraArg, arityArgs); in bsmWithClassAndFloatArray()
296 MethodHandle mh = lookup.findStatic(lookup.lookupClass(), methodName, methodType); in bsmWithClassAndFloatArray()
328 String methodName, in bsmWithDoubleArray() argument
332 printBsmArgs("bsmWithDoubleArray", lookup, methodName, methodType, arityArgs); in bsmWithDoubleArray()
333 MethodHandle mh = lookup.findStatic(lookup.lookupClass(), methodName, methodType); in bsmWithDoubleArray()
363 String methodName, in bsmWithClassArray() argument
367 printBsmArgs("bsmWithClassArray", lookup, methodName, methodType, arityArgs); in bsmWithClassArray()
368 MethodHandle mh = lookup.findStatic(lookup.lookupClass(), methodName, methodType); in bsmWithClassArray()
445 MethodHandles.Lookup lookup, String methodName, MethodType methodType, long[] extraArgs) in bsmWithWiderArray() argument
447 printBsmArgs("bsmWithWiderArray", lookup, methodName, methodType, extraArgs); in bsmWithWiderArray()
448 MethodHandle mh = lookup.findStatic(lookup.lookupClass(), methodName, methodType); in bsmWithWiderArray()
473 String methodName, in bsmWithBoxedArray() argument
477 printBsmArgs("bsmWithBoxedArray", lookup, methodName, methodType, extraArgs); in bsmWithBoxedArray()
478 MethodHandle mh = lookup.findStatic(lookup.lookupClass(), methodName, methodType); in bsmWithBoxedArray()