Home
last modified time | relevance | path

Searched refs:readAnnotation (Results 1 – 5 of 5) sorted by relevance

/dalvik/dx/src/com/android/dex/
DAnnotation.java45 reader.readAnnotation(); in getTypeIndex()
DEncodedValueReader.java116 public int readAnnotation() { in readAnnotation() method in EncodedValueReader
285 for (int i = 0, size = readAnnotation(); i < size; i++) { in skipValue()
DDex.java596 public Annotation readAnnotation() { in readAnnotation() method in Dex.Section
/dalvik/dx/src/com/android/dx/merge/
DIndexMap.java368 int fieldCount = reader.readAnnotation(); in transformAnnotation()
DDexMerger.java583 return indexMap.adjust(in.readAnnotation()); in mergeAnnotations()