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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DAnnotationsDirectoryItem.java27 public MethodAnnotation[] methodAnnotations; field in class:AnnotationsDirectoryItem
45 methodAnnotations = new MethodAnnotation[annotatedMethodsSize];
47 (methodAnnotations[i] = new MethodAnnotation()).read(file);
71 if (methodAnnotations != null) {
72 for (MethodAnnotation methodAnnotation : methodAnnotations) {
90 if (methodAnnotations != null) {
91 for (MethodAnnotation methodAnnotation : methodAnnotations) {

Completed in 15 milliseconds