Home
last modified time | relevance | path

Searched refs:AnnotationParser (Results 1 – 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/direct/
DStdAttributeFactory.java211 AnnotationParser ap = in annotationDefault()
212 new AnnotationParser(cf, offset, length, observer); in annotationDefault()
649 AnnotationParser ap = in runtimeInvisibleAnnotations()
650 new AnnotationParser(cf, offset, length, observer); in runtimeInvisibleAnnotations()
666 AnnotationParser ap = in runtimeVisibleAnnotations()
667 new AnnotationParser(cf, offset, length, observer); in runtimeVisibleAnnotations()
683 AnnotationParser ap = in runtimeInvisibleParameterAnnotations()
684 new AnnotationParser(cf, offset, length, observer); in runtimeInvisibleParameterAnnotations()
700 AnnotationParser ap = in runtimeVisibleParameterAnnotations()
701 new AnnotationParser(cf, offset, length, observer); in runtimeVisibleParameterAnnotations()
DAnnotationParser.java50 public final class AnnotationParser { class
80 public AnnotationParser(DirectClassFile cf, int offset, int length, in AnnotationParser() method in AnnotationParser