Searched refs:libraryClassPool (Results 1 - 16 of 16) sorted by relevance

/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;
458 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;
556 clazz = libraryClassPool.getClass(name);
79 ClassReferenceInitializer(ClassPool programClassPool, ClassPool libraryClassPool, WarningPrinter missingClassWarningPrinter, WarningPrinter missingProgramMemberWarningPrinter, WarningPrinter missingLibraryMemberWarningPrinter, WarningPrinter dependencyWarningPrinter) argument
H A DDynamicMemberReferenceInitializer.java362 private final ClassPool libraryClassPool; field in class:DynamicMemberReferenceInitializer
519 ClassPool libraryClassPool,
525 this.libraryClassPool = libraryClassPool;
884 libraryClassPool.classesAcceptAlphabetically(classVisitor);
518 DynamicMemberReferenceInitializer(ClassPool programClassPool, ClassPool libraryClassPool, WarningPrinter notePrinter, StringMatcher noteFieldExceptionMatcher, StringMatcher noteMethodExceptionMatcher) argument
/external/proguard/src/proguard/
H A DLibraryKeepChecker.java41 private final ClassPool libraryClassPool; field in class:LibraryKeepChecker
52 ClassPool libraryClassPool,
56 this.libraryClassPool = libraryClassPool;
89 libraryClassPool.accept(
51 LibraryKeepChecker(ClassPool programClassPool, ClassPool libraryClassPool, WarningPrinter notePrinter) argument
H A DSeedPrinter.java55 ClassPool libraryClassPool) throws IOException
65 libraryClassPool.classesAccept(new ClassCleaner());
80 libraryClassPool.accept(classPoolvisitor);
53 write(Configuration configuration, ClassPool programClassPool, ClassPool libraryClassPool) argument
H A DDescriptorKeepChecker.java42 private final ClassPool libraryClassPool; field in class:DescriptorKeepChecker
55 ClassPool libraryClassPool,
59 this.libraryClassPool = libraryClassPool;
72 libraryClassPool.classesAccept(new ClassCleaner());
85 libraryClassPool.accept(classPoolvisitor);
54 DescriptorKeepChecker(ClassPool programClassPool, ClassPool libraryClassPool, WarningPrinter notePrinter) argument
H A DFullyQualifiedClassNameChecker.java43 private final ClassPool libraryClassPool; field in class:FullyQualifiedClassNameChecker
51 ClassPool libraryClassPool,
55 this.libraryClassPool = libraryClassPool;
156 libraryClassPool.getClass(className) == null &&
177 libraryClassPool.classesAccept(classNameFilter);
50 FullyQualifiedClassNameChecker(ClassPool programClassPool, ClassPool libraryClassPool, WarningPrinter notePrinter) argument
H A DInitializer.java60 ClassPool libraryClassPool) throws IOException
62 int originalLibraryClassPoolSize = libraryClassPool.size();
69 libraryClassPool,
128 libraryClassPool,
134 libraryClassPool.classesAccept(
136 libraryClassPool,
148 libraryClassPool,
167 libraryClassPool,
187 libraryClassPool,
201 libraryClassPool,
59 execute(ClassPool programClassPool, ClassPool libraryClassPool) argument
[all...]
H A DProGuard.java45 private final ClassPool libraryClassPool = new ClassPool(); field in class:ProGuard
207 new InputReader(configuration).execute(programClassPool, libraryClassPool);
222 new Initializer(configuration).execute(programClassPool, libraryClassPool);
254 new SeedPrinter(ps).write(configuration, programClassPool, libraryClassPool);
287 new Shrinker(configuration).execute(programClassPool, libraryClassPool);
317 return new Optimizer(configuration).execute(programClassPool, libraryClassPool);
344 new Obfuscator(configuration).execute(programClassPool, libraryClassPool);
H A DInputReader.java55 ClassPool libraryClassPool) throws IOException
96 new ClassPresenceFilter(libraryClassPool, duplicateClassPrinter,
97 new ClassPoolFiller(libraryClassPool))))));
54 execute(ClassPool programClassPool, ClassPool libraryClassPool) argument
/external/proguard/src/proguard/shrink/
H A DShrinker.java53 ClassPool libraryClassPool) throws IOException
63 libraryClassPool.classesAccept(new ClassCleaner());
90 libraryClassPool.accept(classPoolvisitor);
91 libraryClassPool.classesAccept(usageMarker);
124 libraryClassPool.accept(whyClassPoolvisitor);
164 libraryClassPool.classesAccept(
52 execute(ClassPool programClassPool, ClassPool libraryClassPool) argument
/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));
153 new MappingKeeper(libraryClassPool, null),
318 libraryClassPool.classesAccept(
438 libraryClassPool.classesAccept(new ClassRenamer());
442 libraryClassPool
58 execute(ClassPool programClassPool, ClassPool libraryClassPool) argument
[all...]
/external/proguard/src/proguard/optimize/
H A DOptimizer.java128 ClassPool libraryClassPool) throws IOException
230 libraryClassPool.classesAccept(new ClassCleaner());
235 libraryClassPool.classesAccept(new BottomClassFilter(
249 libraryClassPool.accept(classPoolvisitor);
252 libraryClassPool.classesAccept(keepMarker);
253 libraryClassPool.classesAccept(new AllMemberVisitor(keepMarker));
330 libraryClassPool.accept(noClassPoolvisitor);
127 execute(ClassPool programClassPool, ClassPool libraryClassPool) argument
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter.java package proguard ...

Completed in 718 milliseconds