Searched refs:arityArgs (Results 1 – 2 of 2) sorted by relevance
/art/test/952-invoke-custom/src/ |
D | TestVariableArityLinkerMethod.java | 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() [all …]
|
/art/test/dexdump/ |
D | invoke-custom.txt | 4443 0x0000 - 0x0025 reg=7 arityArgs [F 4484 0x0000 - 0x0022 reg=6 arityArgs [Ljava/lang/Class; 4525 0x0000 - 0x0022 reg=6 arityArgs [D 4573 0x0000 - 0x0029 reg=8 arityArgs [J 4667 0x0000 - 0x0029 reg=9 arityArgs [I 4708 0x0000 - 0x0022 reg=6 arityArgs [Ljava/lang/String;
|