HomeSort by relevance Sort by last modified time
    Searched defs:typeListPool (Results 1 - 5 of 5) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderContext.java 57 @Nonnull final BuilderTypeListPool typeListPool;
70 this.typeListPool = new BuilderTypeListPool(this);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
ProtoPool.java 48 implements ProtoSection<CharSequence, CharSequence, Key, TypeListPool.Key<? extends Collection<? extends CharSequence>>> {
51 @Nonnull private final TypeListPool typeListPool;
54 @Nonnull TypeListPool typeListPool) {
57 this.typeListPool = typeListPool;
68 typeListPool.intern(method.getParameterTypes());
80 @Nullable @Override public TypeListPool.Key<List<? extends CharSequence>> getParameters(@Nonnull Key key) {
81 return new TypeListPool.Key<List<? extends CharSequence>>(key.getParameters())
    [all...]
ClassPool.java 62 TypeListPool.Key<? extends Collection<? extends CharSequence>>, PoolClassDef, Field, PoolMethod,
71 @Nonnull private final TypeListPool typeListPool;
78 @Nonnull TypeListPool typeListPool) {
84 this.typeListPool = typeListPool;
97 typeListPool.intern(poolClassDef.getInterfaces());
253 @Nullable @Override public TypeListPool.Key<List<String>> getInterfaces(@Nonnull PoolClassDef classDef) {
DexPool.java 57 TypeListPool.Key<? extends Collection<? extends CharSequence>>, Field, PoolMethod,
76 TypeListPool typeListPool = new TypeListPool(typePool);
77 ProtoPool protoPool = new ProtoPool(stringPool, typePool, typeListPool);
82 typeListPool);
84 return new DexPool(opcodes, stringPool, typePool, protoPool, fieldPool, methodPool, classPool, typeListPool,
89 MethodPool methodPool, ClassPool classPool, TypeListPool typeListPool,
92 classPool, typeListPool, annotationPool, annotationSetPool)
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 50 milliseconds