OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:libraryClassPool
(Results
1 - 15
of
15
) sorted by null
/external/proguard/src/proguard/classfile/util/
StringReferenceInitializer.java
40
private final ClassPool
libraryClassPool
;
47
ClassPool
libraryClassPool
)
50
this.
libraryClassPool
=
libraryClassPool
;
85
clazz =
libraryClassPool
.getClass(name);
ClassSuperHierarchyInitializer.java
48
private final ClassPool
libraryClassPool
;
59
ClassPool
libraryClassPool
,
64
this.
libraryClassPool
=
libraryClassPool
;
135
clazz =
libraryClassPool
.getClass(name);
DynamicClassReferenceInitializer.java
178
private final ClassPool
libraryClassPool
;
224
ClassPool
libraryClassPool
,
231
this.
libraryClassPool
=
libraryClassPool
;
458
clazz =
libraryClassPool
.getClass(name);
ClassReferenceInitializer.java
65
private final ClassPool
libraryClassPool
;
80
ClassPool
libraryClassPool
,
87
this.
libraryClassPool
=
libraryClassPool
;
556
clazz =
libraryClassPool
.getClass(name);
DynamicMemberReferenceInitializer.java
362
private final ClassPool
libraryClassPool
;
519
ClassPool
libraryClassPool
,
525
this.
libraryClassPool
=
libraryClassPool
;
[
all
...]
/external/proguard/src/proguard/
DescriptorKeepChecker.java
42
private final ClassPool
libraryClassPool
;
55
ClassPool
libraryClassPool
,
59
this.
libraryClassPool
=
libraryClassPool
;
72
libraryClassPool
.classesAccept(new ClassCleaner());
85
libraryClassPool
.accept(classPoolvisitor);
LibraryKeepChecker.java
41
private final ClassPool
libraryClassPool
;
52
ClassPool
libraryClassPool
,
56
this.
libraryClassPool
=
libraryClassPool
;
89
libraryClassPool
.accept(
SeedPrinter.java
55
ClassPool
libraryClassPool
) throws IOException
65
libraryClassPool
.classesAccept(new ClassCleaner());
80
libraryClassPool
.accept(classPoolvisitor);
FullyQualifiedClassNameChecker.java
43
private final ClassPool
libraryClassPool
;
51
ClassPool
libraryClassPool
,
55
this.
libraryClassPool
=
libraryClassPool
;
156
libraryClassPool
.getClass(className) == null &&
177
libraryClassPool
.classesAccept(classNameFilter);
Initializer.java
60
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
,
[
all
...]
ProGuard.java
45
private final ClassPool
libraryClassPool
= new ClassPool();
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
);
/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));
153
new MappingKeeper(
libraryClassPool
, null),
318
libraryClassPool
.classesAccept(
438
libraryClassPool
.classesAccept(new ClassRenamer());
442
libraryClassPool
.classesAccept(new ClassReferenceFixer(false))
[
all
...]
/external/proguard/src/proguard/shrink/
Shrinker.java
53
ClassPool
libraryClassPool
) throws IOException
63
libraryClassPool
.classesAccept(new ClassCleaner());
90
libraryClassPool
.accept(classPoolvisitor);
91
libraryClassPool
.classesAccept(usageMarker);
124
libraryClassPool
.accept(whyClassPoolvisitor);
164
libraryClassPool
.classesAccept(
/external/proguard/src/proguard/optimize/
Optimizer.java
128
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);
[
all
...]
/external/proguard/lib/
proguard.jar
Completed in 264 milliseconds