Searched refs:MethodAnnotation (Results 1 – 2 of 2) sorted by relevance
27 import dex.reader.DexClassImpl.MethodAnnotation;46 private final MethodAnnotation methodAnnotation;56 int accessFlags, MethodAnnotation methodAnnotation, in DexMethodImpl()
58 private Map<Integer, MethodAnnotation> idToMethodAnnotation =59 new HashMap<Integer, MethodAnnotation>();91 MethodAnnotation[] methodAnnotations;106 static class MethodAnnotation { class in DexClassImpl143 new MethodAnnotation[annotationDir.methods_size]; in parseAnnotationDirectory()145 annotationDir.methodAnnotations[i] = new MethodAnnotation(); in parseAnnotationDirectory()