Home
last modified time | relevance | path

Searched refs:u2typeIndex (Results 1 – 11 of 11) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/annotation/
DAnnotation.java34 public int u2typeIndex; field in Annotation
64 public Annotation(int u2typeIndex, in Annotation() argument
68 this.u2typeIndex = u2typeIndex; in Annotation()
79 return clazz.getString(u2typeIndex); in getType()
DTypeAnnotation.java51 public TypeAnnotation(int u2typeIndex, in TypeAnnotation() argument
57 super(u2typeIndex, u2elementValuesCount, elementValues); in TypeAnnotation()
/external/proguard/src/proguard/classfile/editor/
DAnnotationAdder.java103 new Annotation(constantAdder.addConstant(clazz, annotation.u2typeIndex), in visitAnnotation()
135 new Annotation(constantAdder.addConstant(clazz, annotation.u2typeIndex), in visitAnnotation()
DConstantPoolRemapper.java601 annotation.u2typeIndex = in visitAnnotation()
602 remapConstantIndex(annotation.u2typeIndex); in visitAnnotation()
DUtf8Shrinker.java332 markCpUtf8Entry(clazz, annotation.u2typeIndex); in visitAnnotation()
DClassReferenceFixer.java411 annotation.u2typeIndex = in visitAnnotation()
DConstantPoolShrinker.java448 markConstant(clazz, annotation.u2typeIndex); in visitAnnotation()
/external/proguard/src/proguard/shrink/
DAnnotationUsageMarker.java130 markConstant(clazz, annotation.u2typeIndex); in visitAnnotation()
/external/proguard/src/proguard/classfile/io/
DProgramClassWriter.java607 dataOutput.writeShort(annotation.u2typeIndex); in visitAnnotation()
DProgramClassReader.java780 annotation.u2typeIndex = dataInput.readUnsignedShort(); in visitAnnotation()
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader ...