Searched refs:annotationPool (Results 1 - 5 of 5) 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.java70 AnnotationPool annotationPool = new AnnotationPool(stringPool, typePool, fieldPool, methodPool);
71 AnnotationSetPool annotationSetPool = new AnnotationSetPool(annotationPool);
76 annotationPool, annotationSetPool);
81 AnnotationPool annotationPool, AnnotationSetPool annotationSetPool) {
83 classPool, typeListPool, annotationPool, annotationSetPool);
79 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 DBuilderAnnotationSetPool.java72 return context.annotationPool.internAnnotation(input);
H A DBuilderContext.java58 @Nonnull final BuilderAnnotationPool annotationPool; field in class:BuilderContext
71 this.annotationPool = new BuilderAnnotationPool(this);
H A DDexBuilder.java75 context.fieldPool, context.methodPool, context.classPool, context.typeListPool, context.annotationPool,

Completed in 202 milliseconds