Searched refs:u2elementValuesCount (Results 1 – 10 of 10) sorted by relevance
82 !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()
105 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()
183 arrayElementValue.u2elementValuesCount > 0 ? in visitArrayElementValue()184 new ElementValue[arrayElementValue.u2elementValuesCount] : in visitArrayElementValue()
33 public int u2elementValuesCount; field in ArrayElementValue49 int u2elementValuesCount, in ArrayElementValue() argument54 this.u2elementValuesCount = u2elementValuesCount; in ArrayElementValue()77 for (int index = 0; index < u2elementValuesCount; index++) in elementValuesAccept()
35 public int u2elementValuesCount; field in Annotation65 int u2elementValuesCount, in Annotation() argument69 this.u2elementValuesCount = u2elementValuesCount; in Annotation()125 for (int index = 0; index < u2elementValuesCount; index++) in elementValuesAccept()
52 int u2elementValuesCount, in TypeAnnotation() argument57 super(u2typeIndex, u2elementValuesCount, elementValues); in TypeAnnotation()
266 annotation.u2elementValuesCount = in visitAnnotation()268 annotation.u2elementValuesCount); in visitAnnotation()346 arrayElementValue.u2elementValuesCount = in visitArrayElementValue()348 arrayElementValue.u2elementValuesCount); in visitArrayElementValue()
783 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()
610 dataOutput.writeShort(annotation.u2elementValuesCount); in visitAnnotation()868 dataOutput.writeShort(arrayElementValue.u2elementValuesCount); in visitArrayElementValue()
META-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter ...