Searched defs:readAnnotation (Results 1 - 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dex/
H A DEncodedValueReader.java108 * int fieldCount = readAnnotation();
116 public int readAnnotation() { method in class:EncodedValueReader
125 * #readAnnotation()}. This method's value is undefined unless the most
126 * recent call was to {@link #readAnnotation()}.
285 for (int i = 0, size = readAnnotation(); i < size; i++) {
H A DDex.java597 public Annotation readAnnotation() { method in class:Dex.Section

Completed in 46 milliseconds