Home
last modified time | relevance | path

Searched refs:getBootstrapMethodIndex (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DBootstrapMethodsAttributeAdder.java53 public int getBootstrapMethodIndex() in getBootstrapMethodIndex() method in BootstrapMethodsAttributeAdder
55 return bootstrapMethodInfoAdder.getBootstrapMethodIndex(); in getBootstrapMethodIndex()
DBootstrapMethodInfoAdder.java55 public int getBootstrapMethodIndex() in getBootstrapMethodIndex() method in BootstrapMethodInfoAdder
DConstantAdder.java166 …nstantPoolEditor.addInvokeDynamicConstant(bootstrapMethodsAttributeAdder.getBootstrapMethodIndex(), in visitInvokeDynamicConstant()