Searched refs:u2methodArguments (Results 1 – 6 of 6) sorted by relevance
35 public int[] u2methodArguments; field in BootstrapMethodInfo56 int[] u2methodArguments) in BootstrapMethodInfo() argument60 this.u2methodArguments = u2methodArguments; in BootstrapMethodInfo()72 clazz.constantPoolEntryAccept(u2methodArguments[index], in methodArgumentsAccept()
67 int[] methodArguments = bootstrapMethodInfo.u2methodArguments; in visitBootstrapMethodInfo()
464 remapConstantIndexArray(bootstrapMethodInfo.u2methodArguments, in visitBootstrapMethodInfo()
61 int[] methodArguments = bootstrapMethodInfo.u2methodArguments; in visitBootstrapMethodInfo()
611 bootstrapMethodInfo.u2methodArguments = new int[bootstrapMethodInfo.u2methodArgumentCount]; in visitBootstrapMethodInfo()614 bootstrapMethodInfo.u2methodArguments[index] = dataInput.readUnsignedShort(); in visitBootstrapMethodInfo()
521 dataOutput.writeShort(bootstrapMethodInfo.u2methodArguments[index]); in visitBootstrapMethodInfo()