Searched refs:addInterfaceMethodrefConstant (Results 1 – 2 of 2) sorted by relevance
/external/proguard/src/proguard/classfile/editor/ |
D | ConstantPoolEditor.java | 400 public int addInterfaceMethodrefConstant(String className, in addInterfaceMethodrefConstant() method in ConstantPoolEditor 406 return addInterfaceMethodrefConstant(className, in addInterfaceMethodrefConstant() 418 public int addInterfaceMethodrefConstant(String className, in addInterfaceMethodrefConstant() method in ConstantPoolEditor 423 return addInterfaceMethodrefConstant(addClassConstant(className, referencedClass), in addInterfaceMethodrefConstant() 435 public int addInterfaceMethodrefConstant(Clazz referencedClass, in addInterfaceMethodrefConstant() method in ConstantPoolEditor 438 return addInterfaceMethodrefConstant(referencedClass.getName(), in addInterfaceMethodrefConstant() 451 public int addInterfaceMethodrefConstant(int classIndex, in addInterfaceMethodrefConstant() method in ConstantPoolEditor 457 return addInterfaceMethodrefConstant(classIndex, in addInterfaceMethodrefConstant() 470 public int addInterfaceMethodrefConstant(int classIndex, in addInterfaceMethodrefConstant() method in ConstantPoolEditor
|
D | ConstantAdder.java | 209 constantPoolEditor.addInterfaceMethodrefConstant(constantIndex, in visitInterfaceMethodrefConstant()
|