Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/editor/
DBootstrapMethodInfoAdder.java37 private int bootstrapMethodIndex; field in BootstrapMethodInfoAdder
DConstantPoolEditor.java207 public int addInvokeDynamicConstant(int bootstrapMethodIndex, in addInvokeDynamicConstant()
224 public int addInvokeDynamicConstant(int bootstrapMethodIndex, in addInvokeDynamicConstant()
/external/proguard/src/proguard/classfile/attribute/
DBootstrapMethodsAttribute.java86 int bootstrapMethodIndex, in bootstrapMethodEntryAccept()
/external/proguard/src/proguard/shrink/
DUsageMarker.java542 private int bootstrapMethodIndex; field in UsageMarker.MyBootStrapMethodUsageMarker
545 private MyBootStrapMethodUsageMarker(int bootstrapMethodIndex) in MyBootStrapMethodUsageMarker()