HomeSort by relevance Sort by last modified time
    Searched refs:MethodAnnotation (Results 1 - 2 of 2) sorted by null

  /cts/tools/dex-tools/src/dex/reader/
DexMethodImpl.java 27 import dex.reader.DexClassImpl.MethodAnnotation;
46 private final MethodAnnotation methodAnnotation;
56 int accessFlags, MethodAnnotation methodAnnotation,
64 this.methodAnnotation = methodAnnotation;
86 if (methodAnnotation != null) {
87 buffer.setPosition(methodAnnotation.annotationsOff);
DexClassImpl.java 58 private Map<Integer, MethodAnnotation> idToMethodAnnotation =
59 new HashMap<Integer, MethodAnnotation>();
91 MethodAnnotation[] methodAnnotations;
106 static class MethodAnnotation {
143 new MethodAnnotation[annotationDir.methods_size];
145 annotationDir.methodAnnotations[i] = new MethodAnnotation();

Completed in 85 milliseconds