Searched refs:u2typeIndex (Results 1 – 11 of 11) sorted by relevance
/external/proguard/src/proguard/classfile/attribute/annotation/ |
D | Annotation.java | 34 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()
|
D | TypeAnnotation.java | 51 public TypeAnnotation(int u2typeIndex, in TypeAnnotation() argument 57 super(u2typeIndex, u2elementValuesCount, elementValues); in TypeAnnotation()
|
/external/proguard/src/proguard/classfile/editor/ |
D | AnnotationAdder.java | 103 new Annotation(constantAdder.addConstant(clazz, annotation.u2typeIndex), in visitAnnotation() 135 new Annotation(constantAdder.addConstant(clazz, annotation.u2typeIndex), in visitAnnotation()
|
D | ConstantPoolRemapper.java | 601 annotation.u2typeIndex = in visitAnnotation() 602 remapConstantIndex(annotation.u2typeIndex); in visitAnnotation()
|
D | Utf8Shrinker.java | 332 markCpUtf8Entry(clazz, annotation.u2typeIndex); in visitAnnotation()
|
D | ClassReferenceFixer.java | 411 annotation.u2typeIndex = in visitAnnotation()
|
D | ConstantPoolShrinker.java | 448 markConstant(clazz, annotation.u2typeIndex); in visitAnnotation()
|
/external/proguard/src/proguard/shrink/ |
D | AnnotationUsageMarker.java | 130 markConstant(clazz, annotation.u2typeIndex); in visitAnnotation()
|
/external/proguard/src/proguard/classfile/io/ |
D | ProgramClassWriter.java | 607 dataOutput.writeShort(annotation.u2typeIndex); in visitAnnotation()
|
D | ProgramClassReader.java | 780 annotation.u2typeIndex = dataInput.readUnsignedShort(); in visitAnnotation()
|
/external/proguard/lib/ |
D | proguard.jar | META-INF/
META-INF/MANIFEST.MF
proguard/
proguard/FileWordReader.class
FileWordReader ... |