Searched refs:addMethodrefConstant (Results 1 – 2 of 2) sorted by relevance
/external/proguard/src/proguard/classfile/editor/ |
D | ConstantPoolEditor.java | 507 public int addMethodrefConstant(Clazz referencedClass, in addMethodrefConstant() method in ConstantPoolEditor 510 return addMethodrefConstant(referencedClass.getName(), in addMethodrefConstant() 523 public int addMethodrefConstant(String className, in addMethodrefConstant() method in ConstantPoolEditor 529 return addMethodrefConstant(className, in addMethodrefConstant() 541 public int addMethodrefConstant(String className, in addMethodrefConstant() method in ConstantPoolEditor 546 return addMethodrefConstant(addClassConstant(className, referencedClass), in addMethodrefConstant() 558 public int addMethodrefConstant(int classIndex, in addMethodrefConstant() method in ConstantPoolEditor 564 return addMethodrefConstant(classIndex, in addMethodrefConstant() 577 public int addMethodrefConstant(int classIndex, in addMethodrefConstant() method in ConstantPoolEditor
|
D | ConstantAdder.java | 225 constantPoolEditor.addMethodrefConstant(constantIndex, in visitMethodrefConstant()
|