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

/external/proguard/src/proguard/
H A DInitializer.java59 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))));
58 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.java44 private final ClassPool libraryClassPool = new ClassPool(); field in class:ProGuard
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/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));
132 new MappingKeeper(libraryClassPool, null),
278 libraryClassPool.classesAccept(
386 libraryClassPool.classesAccept(new ClassRenamer());
390 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());
79 libraryClassPool.accept(classPoolvisitor);
111 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;
84 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;
140 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;
450 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
79 ClassPool libraryClassPool,
85 this.libraryClassPool = libraryClassPool;
517 clazz = libraryClassPool.getClass(name);
78 ClassReferenceInitializer(ClassPool programClassPool, ClassPool libraryClassPool, WarningPrinter missingClassWarningPrinter, WarningPrinter missingMemberWarningPrinter, WarningPrinter dependencyWarningPrinter) argument
H A DDynamicMemberReferenceInitializer.java206 private final ClassPool libraryClassPool; field in class:DynamicMemberReferenceInitializer
290 ClassPool libraryClassPool,
296 this.libraryClassPool = libraryClassPool;
546 libraryClassPool.classesAcceptAlphabetically(classVisitor);
289 DynamicMemberReferenceInitializer(ClassPool programClassPool, ClassPool libraryClassPool, WarningPrinter notePrinter, StringMatcher noteFieldExceptionMatcher, StringMatcher noteMethodExceptionMatcher) argument
/external/proguard/src/proguard/optimize/
H A DOptimizer.java124 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);
123 execute(ClassPool programClassPool, ClassPool libraryClassPool) argument
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 151 milliseconds