Searched defs:annotationPool (Results 1 – 3 of 3) sorted by relevance
43 @Nonnull private final AnnotationPool annotationPool; field in AnnotationSetPool45 public AnnotationSetPool(@Nonnull AnnotationPool annotationPool) { in AnnotationSetPool()
79 … AnnotationPool annotationPool = new AnnotationPool(stringPool, typePool, fieldPool, methodPool); in makeDexPool() local90 AnnotationPool annotationPool, AnnotationSetPool annotationSetPool) { in DexPool()
58 @Nonnull final BuilderAnnotationPool annotationPool; field in BuilderContext