Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/editor/
DConstantPoolEditor.java400 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
DConstantAdder.java209 constantPoolEditor.addInterfaceMethodrefConstant(constantIndex, in visitInterfaceMethodrefConstant()