HomeSort by relevance Sort by last modified time
    Searched full:newannotationindex (Results 1 - 1 of 1) sorted by null

  /external/proguard/src/proguard/optimize/
MethodDescriptorShrinker.java 167 int newAnnotationIndex = 0;
179 annotationsCounts[newAnnotationIndex] = annotationsCounts[annotationIndex];
180 annotations[newAnnotationIndex++] = annotations[annotationIndex];
189 parameterAnnotationsAttribute.u2parametersCount = newAnnotationIndex;
192 while (newAnnotationIndex < annotationIndex)
194 annotationsCounts[newAnnotationIndex] = 0;
195 annotations[newAnnotationIndex++] = null;

Completed in 480 milliseconds