Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/editor/
DConstantPoolEditor.java332 return addFieldrefConstant(addClassConstant(className, referencedClass), in addFieldrefConstant()
423 return addInterfaceMethodrefConstant(addClassConstant(className, referencedClass), in addInterfaceMethodrefConstant()
546 return addMethodrefConstant(addClassConstant(className, referencedClass), in addMethodrefConstant()
613 public int addClassConstant(Clazz referencedClass) in addClassConstant() method in ConstantPoolEditor
615 return addClassConstant(referencedClass.getName(), in addClassConstant()
624 public int addClassConstant(String name, in addClassConstant() method in ConstantPoolEditor
DConstantAdder.java237 constantPoolEditor.addClassConstant(classConstant.getName(clazz), in visitClassConstant()
/external/proguard/src/proguard/preverify/
DCodePreverifier.java489 return new ConstantPoolEditor(programClass).addClassConstant(referenceValue.getType(), in createClassConstant()