Home
last modified time | relevance | path

Searched defs:annotationSetPool (Results 1 – 3 of 3) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DClassPool.java70 @Nonnull private final AnnotationSetPool annotationSetPool; field in ClassPool
77 @Nonnull AnnotationSetPool annotationSetPool, in ClassPool()
DDexPool.java80 AnnotationSetPool annotationSetPool = new AnnotationSetPool(annotationPool); in makeDexPool() local
90 AnnotationPool annotationPool, AnnotationSetPool annotationSetPool) { in DexPool()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderContext.java59 @Nonnull final BuilderAnnotationSetPool annotationSetPool; field in BuilderContext