Searched defs:bootstrapMethodIndex (Results 1 - 4 of 4) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/
H A DBootstrapMethodsAttribute.java88 int bootstrapMethodIndex,
93 bootstrapMethodInfoVisitor.visitBootstrapMethodInfo(clazz, bootstrapMethods[bootstrapMethodIndex]);
87 bootstrapMethodEntryAccept(Clazz clazz, int bootstrapMethodIndex, BootstrapMethodInfoVisitor bootstrapMethodInfoVisitor) argument
/external/proguard/src/proguard/classfile/editor/
H A DConstantPoolEditor.java207 public int addInvokeDynamicConstant(int bootstrapMethodIndex, argument
212 return addInvokeDynamicConstant(bootstrapMethodIndex,
224 public int addInvokeDynamicConstant(int bootstrapMethodIndex, argument
240 if (invokeDynamicConstant.u2bootstrapMethodAttributeIndex == bootstrapMethodIndex &&
248 return addConstant(new InvokeDynamicConstant(bootstrapMethodIndex,
/external/proguard/src/proguard/shrink/
H A DUsageMarker.java535 private int bootstrapMethodIndex; field in class:UsageMarker.MyBootStrapMethodUsageMarker
538 private MyBootStrapMethodUsageMarker(int bootstrapMethodIndex) argument
540 this.bootstrapMethodIndex = bootstrapMethodIndex;
558 bootstrapMethodIndex,
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 79 milliseconds