Home
last modified time | relevance | path

Searched refs:bootstrapMethodIndex (Results 1 – 4 of 4) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DBootstrapMethodInfoAdder.java37 private int bootstrapMethodIndex; field in BootstrapMethodInfoAdder
57 return bootstrapMethodIndex; in getBootstrapMethodIndex()
83 bootstrapMethodIndex = in visitBootstrapMethodInfo()
DConstantPoolEditor.java207 public int addInvokeDynamicConstant(int bootstrapMethodIndex, in addInvokeDynamicConstant() argument
212 return addInvokeDynamicConstant(bootstrapMethodIndex, in addInvokeDynamicConstant()
224 public int addInvokeDynamicConstant(int bootstrapMethodIndex, in addInvokeDynamicConstant() argument
240 if (invokeDynamicConstant.u2bootstrapMethodAttributeIndex == bootstrapMethodIndex && in addInvokeDynamicConstant()
248 return addConstant(new InvokeDynamicConstant(bootstrapMethodIndex, in addInvokeDynamicConstant()
/external/proguard/src/proguard/classfile/attribute/
DBootstrapMethodsAttribute.java86 int bootstrapMethodIndex, in bootstrapMethodEntryAccept() argument
91 …bootstrapMethodInfoVisitor.visitBootstrapMethodInfo(clazz, bootstrapMethods[bootstrapMethodIndex]); in bootstrapMethodEntryAccept()
/external/proguard/src/proguard/shrink/
DUsageMarker.java542 private int bootstrapMethodIndex; field in UsageMarker.MyBootStrapMethodUsageMarker
545 private MyBootStrapMethodUsageMarker(int bootstrapMethodIndex) in MyBootStrapMethodUsageMarker() argument
547 this.bootstrapMethodIndex = bootstrapMethodIndex; in MyBootStrapMethodUsageMarker()
566 bootstrapMethodIndex, in visitBootstrapMethodsAttribute()