Searched refs:readAnnotation (Results 1 - 3 of 3) sorted by relevance

/libcore/dex/src/main/java/com/android/dex/
H A DAnnotation.java45 reader.readAnnotation();
H A DEncodedValueReader.java106 * int fieldCount = readAnnotation();
114 public int readAnnotation() { method in class:EncodedValueReader
123 * #readAnnotation()}. This method's value is undefined unless the most
124 * recent call was to {@link #readAnnotation()}.
265 for (int i = 0, size = readAnnotation(); i < size; i++) {
H A DDex.java767 public Annotation readAnnotation() { method in class:Dex.Section

Completed in 191 milliseconds