OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:libraryClassPool
(Results
1 - 18
of
18
) 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
;
457
clazz =
libraryClassPool
.getClass(name);
ClassReferenceInitializer.java
65
private final ClassPool
libraryClassPool
;
80
ClassPool
libraryClassPool
,
87
this.
libraryClassPool
=
libraryClassPool
;
544
clazz =
libraryClassPool
.getClass(name);
DynamicMemberReferenceInitializer.java
363
private final ClassPool
libraryClassPool
;
520
ClassPool
libraryClassPool
,
526
this.
libraryClassPool
=
libraryClassPool
;
[
all
...]
/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);
SeedPrinter.java
61
ClassPool
libraryClassPool
) throws IOException
71
libraryClassPool
.classesAccept(new ClassCleaner());
86
libraryClassPool
.accept(classPoolvisitor);
FullyQualifiedClassNameChecker.java
40
private final ClassPool
libraryClassPool
;
48
ClassPool
libraryClassPool
,
52
this.
libraryClassPool
=
libraryClassPool
;
153
libraryClassPool
.getClass(className) == null &&
168
libraryClassPool
.classesAccept(classNameFilter);
Initializer.java
60
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
,
[
all
...]
ProGuard.java
45
private final ClassPool
libraryClassPool
= new ClassPool();
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/
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));
143
new MappingKeeper(
libraryClassPool
, null),
308
libraryClassPool
.classesAccept(
428
libraryClassPool
.classesAccept(new ClassRenamer());
432
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);
124
libraryClassPool
.accept(whyClassPoolvisitor);
/external/proguard/src/proguard/optimize/
Optimizer.java
128
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);
[
all
...]
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
/external/proguard/lib/
proguard.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
Completed in 372 milliseconds