Searched refs:u2methodArgumentCount (Results 1 – 7 of 7) sorted by relevance
34 public int u2methodArgumentCount; field in BootstrapMethodInfo55 int u2methodArgumentCount, in BootstrapMethodInfo() argument59 this.u2methodArgumentCount = u2methodArgumentCount; in BootstrapMethodInfo()70 for (int index = 0; index < u2methodArgumentCount; index++) in methodArgumentsAccept()
60 int methodArgumentCount = bootstrapMethodInfo.u2methodArgumentCount; in visitBootstrapMethodInfo()75 bootstrapMethodInfo.u2methodArgumentCount = newArgumentIndex; in visitBootstrapMethodInfo()
66 int methodArgumentCount = bootstrapMethodInfo.u2methodArgumentCount; in visitBootstrapMethodInfo()
465 bootstrapMethodInfo.u2methodArgumentCount); in visitBootstrapMethodInfo()
610 bootstrapMethodInfo.u2methodArgumentCount = dataInput.readUnsignedShort(); in visitBootstrapMethodInfo()611 bootstrapMethodInfo.u2methodArguments = new int[bootstrapMethodInfo.u2methodArgumentCount]; in visitBootstrapMethodInfo()612 for (int index = 0; index < bootstrapMethodInfo.u2methodArgumentCount; index++) in visitBootstrapMethodInfo()
517 dataOutput.writeShort(bootstrapMethodInfo.u2methodArgumentCount); in visitBootstrapMethodInfo()519 for (int index = 0; index < bootstrapMethodInfo.u2methodArgumentCount; index++) in visitBootstrapMethodInfo()
685 bootstrapMethodInfo.u2methodArgumentCount+ "):"); in visitBootstrapMethodInfo()