Home
last modified time | relevance | path

Searched refs:u2elementValuesCount (Results 1 – 10 of 10) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DElementValuesEditor.java82 !replaceElementValue(targetAnnotation.u2elementValuesCount, in addElementValue()
88 addElementValue(targetAnnotation.u2elementValuesCount, in addElementValue()
92 targetAnnotation.u2elementValuesCount++; in addElementValue()
99 !replaceElementValue(targetArrayElementValue.u2elementValuesCount, in addElementValue()
105 addElementValue(targetArrayElementValue.u2elementValuesCount, in addElementValue()
109 targetArrayElementValue.u2elementValuesCount++; in addElementValue()
124 targetAnnotation.u2elementValuesCount = in deleteElementValue()
125 deleteElementValue(targetAnnotation.u2elementValuesCount, in deleteElementValue()
132 targetArrayElementValue.u2elementValuesCount = in deleteElementValue()
133 deleteElementValue(targetArrayElementValue.u2elementValuesCount, in deleteElementValue()
DAnnotationAdder.java105 annotation.u2elementValuesCount > 0 ? in visitAnnotation()
106 new ElementValue[annotation.u2elementValuesCount] : in visitAnnotation()
137 annotation.u2elementValuesCount > 0 ? in visitAnnotation()
138 new ElementValue[annotation.u2elementValuesCount] : in visitAnnotation()
DElementValueAdder.java183 arrayElementValue.u2elementValuesCount > 0 ? in visitArrayElementValue()
184 new ElementValue[arrayElementValue.u2elementValuesCount] : in visitArrayElementValue()
/external/proguard/src/proguard/classfile/attribute/annotation/
DArrayElementValue.java33 public int u2elementValuesCount; field in ArrayElementValue
49 int u2elementValuesCount, in ArrayElementValue() argument
54 this.u2elementValuesCount = u2elementValuesCount; in ArrayElementValue()
77 for (int index = 0; index < u2elementValuesCount; index++) in elementValuesAccept()
DAnnotation.java35 public int u2elementValuesCount; field in Annotation
65 int u2elementValuesCount, in Annotation() argument
69 this.u2elementValuesCount = u2elementValuesCount; in Annotation()
125 for (int index = 0; index < u2elementValuesCount; index++) in elementValuesAccept()
DTypeAnnotation.java52 int u2elementValuesCount, in TypeAnnotation() argument
57 super(u2typeIndex, u2elementValuesCount, elementValues); in TypeAnnotation()
/external/proguard/src/proguard/shrink/
DClassShrinker.java266 annotation.u2elementValuesCount = in visitAnnotation()
268 annotation.u2elementValuesCount); in visitAnnotation()
346 arrayElementValue.u2elementValuesCount = in visitArrayElementValue()
348 arrayElementValue.u2elementValuesCount); in visitArrayElementValue()
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java783 annotation.u2elementValuesCount = dataInput.readUnsignedShort(); in visitAnnotation()
785 annotation.elementValues = new ElementValue[annotation.u2elementValuesCount]; in visitAnnotation()
786 for (int index = 0; index < annotation.u2elementValuesCount; index++) in visitAnnotation()
946 arrayElementValue.u2elementValuesCount = dataInput.readUnsignedShort(); in visitArrayElementValue()
948 arrayElementValue.elementValues = new ElementValue[arrayElementValue.u2elementValuesCount]; in visitArrayElementValue()
949 for (int index = 0; index < arrayElementValue.u2elementValuesCount; index++) in visitArrayElementValue()
DProgramClassWriter.java610 dataOutput.writeShort(annotation.u2elementValuesCount); in visitAnnotation()
868 dataOutput.writeShort(arrayElementValue.u2elementValuesCount); in visitArrayElementValue()
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter ...