Home
last modified time | relevance | path

Searched refs:addMethodrefConstant (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DConstantPoolEditor.java507 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
DConstantAdder.java225 constantPoolEditor.addMethodrefConstant(constantIndex, in visitMethodrefConstant()