Lines Matching refs:arityArgs
59 String... arityArgs) in bsmWithStringArray() argument
61 printBsmArgs("bsmWithStringArray", lookup, methodName, methodType, arityArgs); in bsmWithStringArray()
217 int... arityArgs) in bsmWithLongAndIntArray() argument
219 printBsmArgs("bsmWithLongAndIntArray", lookup, methodName, methodType, extraArg, arityArgs); in bsmWithLongAndIntArray()
255 long... arityArgs) in bsmWithFloatAndLongArray() argument
258 "bsmWithFloatAndLongArray", lookup, methodName, methodType, extraArg, arityArgs); in bsmWithFloatAndLongArray()
292 float... arityArgs) in bsmWithClassAndFloatArray() argument
295 "bsmWithClassAndFloatArray", lookup, methodName, methodType, extraArg, arityArgs); in bsmWithClassAndFloatArray()
330 double... arityArgs) in bsmWithDoubleArray() argument
332 printBsmArgs("bsmWithDoubleArray", lookup, methodName, methodType, arityArgs); in bsmWithDoubleArray()
365 Class... arityArgs) in bsmWithClassArray() argument
367 printBsmArgs("bsmWithClassArray", lookup, methodName, methodType, arityArgs); in bsmWithClassArray()