Home
last modified time | relevance | path

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

/cts/tools/dex-tools/src/dex/reader/
DDexClassImpl.java58 private Map<Integer, MethodAnnotation> idToMethodAnnotation =
59 new HashMap<Integer, MethodAnnotation>();
91 MethodAnnotation[] methodAnnotations;
106 static class MethodAnnotation { class in DexClassImpl
143 new MethodAnnotation[annotationDir.methods_size]; in parseAnnotationDirectory()
145 annotationDir.methodAnnotations[i] = new MethodAnnotation(); in parseAnnotationDirectory()
DDexMethodImpl.java27 import dex.reader.DexClassImpl.MethodAnnotation;
46 private final MethodAnnotation methodAnnotation;
56 int accessFlags, MethodAnnotation methodAnnotation, in DexMethodImpl()