D | TestVariableArityLinkerMethod.java | 28 private static void printBsmArgs(String method, Object... args) { in printBsmArgs() method in TestVariableArityLinkerMethod 61 printBsmArgs("bsmWithStringArray", lookup, methodName, methodType, arityArgs); in bsmWithStringArray() 133 printBsmArgs( in bsmWithIntAndStringArray() 219 printBsmArgs("bsmWithLongAndIntArray", lookup, methodName, methodType, extraArg, arityArgs); in bsmWithLongAndIntArray() 257 printBsmArgs( in bsmWithFloatAndLongArray() 294 printBsmArgs( in bsmWithClassAndFloatArray() 332 printBsmArgs("bsmWithDoubleArray", lookup, methodName, methodType, arityArgs); in bsmWithDoubleArray() 367 printBsmArgs("bsmWithClassArray", lookup, methodName, methodType, arityArgs); in bsmWithClassArray() 447 printBsmArgs("bsmWithWiderArray", lookup, methodName, methodType, extraArgs); in bsmWithWiderArray() 477 printBsmArgs("bsmWithBoxedArray", lookup, methodName, methodType, extraArgs); in bsmWithBoxedArray()
|