Searched refs:bootstrapMethods (Results 1 – 4 of 4) sorted by relevance
34 public BootstrapMethodInfo[] bootstrapMethods; field in BootstrapMethodsAttribute50 BootstrapMethodInfo[] bootstrapMethods) in BootstrapMethodsAttribute() argument55 this.bootstrapMethods = bootstrapMethods; in BootstrapMethodsAttribute()76 bootstrapMethodInfoVisitor.visitBootstrapMethodInfo(clazz, bootstrapMethods[index]); in bootstrapMethodEntriesAccept()91 …bootstrapMethodInfoVisitor.visitBootstrapMethodInfo(clazz, bootstrapMethods[bootstrapMethodIndex]); in bootstrapMethodEntryAccept()
53 targetBootstrapMethodsAttribute.bootstrapMethods = in addBootstrapMethodInfo()54 (BootstrapMethodInfo[])ArrayUtil.add(targetBootstrapMethodsAttribute.bootstrapMethods, in addBootstrapMethodInfo()
162 shrinkBootstrapMethodArray(bootstrapMethodsAttribute.bootstrapMethods, in visitBootstrapMethodsAttribute()495 private int shrinkBootstrapMethodArray(BootstrapMethodInfo[] bootstrapMethods, int length) in shrinkBootstrapMethodArray() argument507 BootstrapMethodInfo bootstrapMethod = bootstrapMethods[index]; in shrinkBootstrapMethodArray()516 bootstrapMethods[counter++] = bootstrapMethod; in shrinkBootstrapMethodArray()526 Arrays.fill(bootstrapMethods, counter, length, null); in shrinkBootstrapMethodArray()
317 …bootstrapMethodsAttribute.bootstrapMethods = new BootstrapMethodInfo[bootstrapMethodsAttribute.u2b… in visitBootstrapMethodsAttribute()322 bootstrapMethodsAttribute.bootstrapMethods[index] = bootstrapMethodInfo; in visitBootstrapMethodsAttribute()