Searched defs:dexPool (Results 1 – 19 of 19) sorted by relevance
41 @Nonnull protected final DexPool dexPool; field in BasePool45 public BasePool(@Nonnull DexPool dexPool) { in BasePool()
86 DexPool dexPool = new DexPool(input.getOpcodes()); in writeTo() local94 DexPool dexPool = new DexPool(input.getOpcodes()); in writeTo() local
43 public BaseNullableOffsetPool(@Nonnull DexPool dexPool) { in BaseNullableOffsetPool()
44 public EncodedArrayPool(@Nonnull DexPool dexPool) { in EncodedArrayPool()
44 public AnnotationSetPool(@Nonnull DexPool dexPool) { in AnnotationSetPool()
44 public CallSitePool(@Nonnull DexPool dexPool) { in CallSitePool()
46 public StringTypeBasePool(@Nonnull DexPool dexPool) { in StringTypeBasePool()
43 public BaseIndexPool(@Nonnull DexPool dexPool) { in BaseIndexPool()
43 public BaseOffsetPool(@Nonnull DexPool dexPool) { in BaseOffsetPool()
45 public MethodHandlePool(@Nonnull DexPool dexPool) { in MethodHandlePool()
43 public StringPool(@Nonnull DexPool dexPool) { in StringPool()
47 public ProtoPool(@Nonnull DexPool dexPool) { in ProtoPool()
44 public TypePool(@Nonnull DexPool dexPool) { in TypePool()
43 public FieldPool(@Nonnull DexPool dexPool) { in FieldPool()
45 public AnnotationPool(@Nonnull DexPool dexPool) { in AnnotationPool()
43 public MethodPool(@Nonnull DexPool dexPool) { in MethodPool()
48 public TypeListPool(@Nonnull DexPool dexPool) { in TypeListPool()
66 public ClassPool(@Nonnull DexPool dexPool) { in ClassPool()
81 DexPool dexPool = new DexPool(Opcodes.getDefault()); in testRollback() local93 DexPool dexPool = new DexPool(Opcodes.getDefault()); in testRollback() local