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

  /external/proguard/src/proguard/classfile/util/
StringReferenceInitializer.java 40 private final ClassPool libraryClassPool;
47 ClassPool libraryClassPool)
50 this.libraryClassPool = libraryClassPool;
84 clazz = libraryClassPool.getClass(name);
ClassSuperHierarchyInitializer.java 48 private final ClassPool libraryClassPool;
59 ClassPool libraryClassPool,
64 this.libraryClassPool = libraryClassPool;
140 clazz = libraryClassPool.getClass(name);
DynamicClassReferenceInitializer.java 178 private final ClassPool libraryClassPool;
224 ClassPool libraryClassPool,
231 this.libraryClassPool = libraryClassPool;
450 clazz = libraryClassPool.getClass(name);
DynamicMemberReferenceInitializer.java 206 private final ClassPool libraryClassPool;
290 ClassPool libraryClassPool,
296 this.libraryClassPool = libraryClassPool;
546 libraryClassPool.classesAcceptAlphabetically(classVisitor);
ClassReferenceInitializer.java 65 private final ClassPool libraryClassPool;
79 ClassPool libraryClassPool,
85 this.libraryClassPool = libraryClassPool;
517 clazz = libraryClassPool.getClass(name);
  /external/proguard/src/proguard/
DescriptorKeepChecker.java 43 private final ClassPool libraryClassPool;
56 ClassPool libraryClassPool,
60 this.libraryClassPool = libraryClassPool;
73 libraryClassPool.classesAccept(new ClassCleaner());
86 libraryClassPool.accept(classPoolvisitor);
Initializer.java 59 ClassPool libraryClassPool) throws IOException
61 int originalLibraryClassPoolSize = libraryClassPool.size();
76 libraryClassPool,
82 libraryClassPool.classesAccept(
84 libraryClassPool,
95 libraryClassPool,
113 libraryClassPool,
127 libraryClassPool,
141 libraryClassPool,
153 libraryClassPool))));
    [all...]
FullyQualifiedClassNameChecker.java 40 private final ClassPool libraryClassPool;
48 ClassPool libraryClassPool,
52 this.libraryClassPool = libraryClassPool;
153 libraryClassPool.getClass(className) == null &&
168 libraryClassPool.classesAccept(classNameFilter);
ProGuard.java 44 private final ClassPool libraryClassPool = new ClassPool();
195 new InputReader(configuration).execute(programClassPool, libraryClassPool);
210 new Initializer(configuration).execute(programClassPool, libraryClassPool);
262 libraryClassPool.accept(classPoolvisitor);
295 new Shrinker(configuration).execute(programClassPool, libraryClassPool);
325 return new Optimizer(configuration).execute(programClassPool, libraryClassPool);
352 new Obfuscator(configuration).execute(programClassPool, libraryClassPool);
  /external/proguard/src/proguard/shrink/
Shrinker.java 53 ClassPool libraryClassPool) throws IOException
63 libraryClassPool.classesAccept(new ClassCleaner());
79 libraryClassPool.accept(classPoolvisitor);
111 libraryClassPool.accept(whyClassPoolvisitor);
  /external/proguard/src/proguard/obfuscate/
Obfuscator.java 59 ClassPool libraryClassPool) throws IOException
71 libraryClassPool.classesAccept(new ClassCleaner());
82 libraryClassPool.classesAccept(memberInfoLinker);
95 libraryClassPool.accept(classPoolvisitor);
98 libraryClassPool.classesAccept(nameMarker);
99 libraryClassPool.classesAccept(new AllMemberVisitor(nameMarker));
132 new MappingKeeper(libraryClassPool, null),
278 libraryClassPool.classesAccept(
386 libraryClassPool.classesAccept(new ClassRenamer());
390 libraryClassPool.classesAccept(new ClassReferenceFixer(false))
    [all...]
  /external/proguard/src/proguard/optimize/
Optimizer.java 124 ClassPool libraryClassPool) throws IOException
221 libraryClassPool.classesAccept(new ClassCleaner());
226 libraryClassPool.classesAccept(new BottomClassFilter(
240 libraryClassPool.accept(classPoolvisitor);
243 libraryClassPool.classesAccept(keepMarker);
244 libraryClassPool.classesAccept(new AllMemberVisitor(keepMarker));
276 libraryClassPool.accept(noClassPoolvisitor);
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 819 milliseconds