Searched refs:bootstrapMethodIndex (Results 1 – 4 of 4) sorted by relevance
37 private int bootstrapMethodIndex; field in BootstrapMethodInfoAdder57 return bootstrapMethodIndex; in getBootstrapMethodIndex()83 bootstrapMethodIndex = in visitBootstrapMethodInfo()
207 public int addInvokeDynamicConstant(int bootstrapMethodIndex, in addInvokeDynamicConstant() argument212 return addInvokeDynamicConstant(bootstrapMethodIndex, in addInvokeDynamicConstant()224 public int addInvokeDynamicConstant(int bootstrapMethodIndex, in addInvokeDynamicConstant() argument240 if (invokeDynamicConstant.u2bootstrapMethodAttributeIndex == bootstrapMethodIndex && in addInvokeDynamicConstant()248 return addConstant(new InvokeDynamicConstant(bootstrapMethodIndex, in addInvokeDynamicConstant()
86 int bootstrapMethodIndex, in bootstrapMethodEntryAccept() argument91 …bootstrapMethodInfoVisitor.visitBootstrapMethodInfo(clazz, bootstrapMethods[bootstrapMethodIndex]); in bootstrapMethodEntryAccept()
542 private int bootstrapMethodIndex; field in UsageMarker.MyBootStrapMethodUsageMarker545 private MyBootStrapMethodUsageMarker(int bootstrapMethodIndex) in MyBootStrapMethodUsageMarker() argument547 this.bootstrapMethodIndex = bootstrapMethodIndex; in MyBootStrapMethodUsageMarker()566 bootstrapMethodIndex, in visitBootstrapMethodsAttribute()