Searched defs:annotationPool (Results 1 - 3 of 3) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DAnnotationSetPool.java43 @Nonnull private final AnnotationPool annotationPool; field in class:AnnotationSetPool
45 public AnnotationSetPool(@Nonnull AnnotationPool annotationPool) { argument
46 this.annotationPool = annotationPool;
54 annotationPool.intern(annotation);
H A DDexPool.java69 AnnotationPool annotationPool = new AnnotationPool(stringPool, typePool, fieldPool, methodPool);
70 AnnotationSetPool annotationSetPool = new AnnotationSetPool(annotationPool);
75 annotationPool, annotationSetPool);
80 AnnotationPool annotationPool, AnnotationSetPool annotationSetPool) {
82 classPool, typeListPool, annotationPool, annotationSetPool);
78 DexPool(int api, StringPool stringPool, TypePool typePool, ProtoPool protoPool, FieldPool fieldPool, MethodPool methodPool, ClassPool classPool, TypeListPool typeListPool, AnnotationPool annotationPool, AnnotationSetPool annotationSetPool) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderContext.java58 @Nonnull final BuilderAnnotationPool annotationPool; field in class:BuilderContext
71 this.annotationPool = new BuilderAnnotationPool(this);

Completed in 219 milliseconds