Searched defs:libraryClassPool (Results 1 - 15 of 15) sorted by relevance

/external/proguard/src/proguard/
H A DSeedPrinter.java61 ClassPool libraryClassPool) throws IOException
71 libraryClassPool.classesAccept(new ClassCleaner());
86 libraryClassPool.accept(classPoolvisitor);
59 write(Configuration configuration, ClassPool programClassPool, ClassPool libraryClassPool) argument
H A DInitializer.java60 ClassPool libraryClassPool) throws IOException
62 int originalLibraryClassPoolSize = libraryClassPool.size();
69 libraryClassPool,
87 libraryClassPool,
93 libraryClassPool.classesAccept(
95 libraryClassPool,
107 libraryClassPool,
126 libraryClassPool,
146 libraryClassPool,
160 libraryClassPool,
59 execute(ClassPool programClassPool, ClassPool libraryClassPool) argument
[all...]
H A DDescriptorKeepChecker.java43 private final ClassPool libraryClassPool; field in class:DescriptorKeepChecker
56 ClassPool libraryClassPool,
60 this.libraryClassPool = libraryClassPool;
73 libraryClassPool.classesAccept(new ClassCleaner());
86 libraryClassPool.accept(classPoolvisitor);
55 DescriptorKeepChecker(ClassPool programClassPool, ClassPool libraryClassPool, WarningPrinter notePrinter) argument
H A DFullyQualifiedClassNameChecker.java40 private final ClassPool libraryClassPool; field in class:FullyQualifiedClassNameChecker
48 ClassPool libraryClassPool,
52 this.libraryClassPool = libraryClassPool;
153 libraryClassPool.getClass(className) == null &&
168 libraryClassPool.classesAccept(classNameFilter);
47 FullyQualifiedClassNameChecker(ClassPool programClassPool, ClassPool libraryClassPool, WarningPrinter notePrinter) argument
H A DInputReader.java55 ClassPool libraryClassPool) throws IOException
108 new ClassPresenceFilter(libraryClassPool, duplicateClassPrinter,
109 new ClassPoolFiller(libraryClassPool))))));
54 execute(ClassPool programClassPool, ClassPool libraryClassPool) argument
H A DProGuard.java45 private final ClassPool libraryClassPool = new ClassPool(); field in class:ProGuard
197 new InputReader(configuration).execute(programClassPool, libraryClassPool);
212 new Initializer(configuration).execute(programClassPool, libraryClassPool);
244 new SeedPrinter(ps).write(configuration, programClassPool, libraryClassPool);
277 new Shrinker(configuration).execute(programClassPool, libraryClassPool);
307 return new Optimizer(configuration).execute(programClassPool, libraryClassPool);
334 new Obfuscator(configuration).execute(programClassPool, libraryClassPool);
/external/proguard/src/proguard/obfuscate/
H A DObfuscator.java59 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));
143 new MappingKeeper(libraryClassPool, null),
308 libraryClassPool.classesAccept(
428 libraryClassPool.classesAccept(new ClassRenamer());
432 libraryClassPool
58 execute(ClassPool programClassPool, ClassPool libraryClassPool) argument
[all...]
/external/proguard/src/proguard/shrink/
H A DShrinker.java53 ClassPool libraryClassPool) throws IOException
63 libraryClassPool.classesAccept(new ClassCleaner());
90 libraryClassPool.accept(classPoolvisitor);
124 libraryClassPool.accept(whyClassPoolvisitor);
52 execute(ClassPool programClassPool, ClassPool libraryClassPool) argument
/external/proguard/src/proguard/classfile/util/
H A DStringReferenceInitializer.java40 private final ClassPool libraryClassPool; field in class:StringReferenceInitializer
47 ClassPool libraryClassPool)
50 this.libraryClassPool = libraryClassPool;
85 clazz = libraryClassPool.getClass(name);
46 StringReferenceInitializer(ClassPool programClassPool, ClassPool libraryClassPool) argument
H A DClassSuperHierarchyInitializer.java48 private final ClassPool libraryClassPool; field in class:ClassSuperHierarchyInitializer
59 ClassPool libraryClassPool,
64 this.libraryClassPool = libraryClassPool;
135 clazz = libraryClassPool.getClass(name);
58 ClassSuperHierarchyInitializer(ClassPool programClassPool, ClassPool libraryClassPool, WarningPrinter missingWarningPrinter, WarningPrinter dependencyWarningPrinter) argument
H A DDynamicClassReferenceInitializer.java178 private final ClassPool libraryClassPool; field in class:DynamicClassReferenceInitializer
224 ClassPool libraryClassPool,
231 this.libraryClassPool = libraryClassPool;
457 clazz = libraryClassPool.getClass(name);
223 DynamicClassReferenceInitializer(ClassPool programClassPool, ClassPool libraryClassPool, WarningPrinter missingNotePrinter, WarningPrinter dependencyWarningPrinter, WarningPrinter notePrinter, StringMatcher noteExceptionMatcher) argument
H A DClassReferenceInitializer.java65 private final ClassPool libraryClassPool; field in class:ClassReferenceInitializer
80 ClassPool libraryClassPool,
87 this.libraryClassPool = libraryClassPool;
544 clazz = libraryClassPool.getClass(name);
79 ClassReferenceInitializer(ClassPool programClassPool, ClassPool libraryClassPool, WarningPrinter missingClassWarningPrinter, WarningPrinter missingProgramMemberWarningPrinter, WarningPrinter missingLibraryMemberWarningPrinter, WarningPrinter dependencyWarningPrinter) argument
H A DDynamicMemberReferenceInitializer.java363 private final ClassPool libraryClassPool; field in class:DynamicMemberReferenceInitializer
520 ClassPool libraryClassPool,
526 this.libraryClassPool = libraryClassPool;
885 libraryClassPool.classesAcceptAlphabetically(classVisitor);
519 DynamicMemberReferenceInitializer(ClassPool programClassPool, ClassPool libraryClassPool, WarningPrinter notePrinter, StringMatcher noteFieldExceptionMatcher, StringMatcher noteMethodExceptionMatcher) argument
/external/proguard/src/proguard/optimize/
H A DOptimizer.java128 ClassPool libraryClassPool) throws IOException
228 libraryClassPool.classesAccept(new ClassCleaner());
233 libraryClassPool.classesAccept(new BottomClassFilter(
247 libraryClassPool.accept(classPoolvisitor);
250 libraryClassPool.classesAccept(keepMarker);
251 libraryClassPool.classesAccept(new AllMemberVisitor(keepMarker));
300 libraryClassPool.accept(noClassPoolvisitor);
127 execute(ClassPool programClassPool, ClassPool libraryClassPool) argument
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 412 milliseconds