OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:variableUsageMarker
(Results
1 - 5
of
5
) sorted by null
/external/proguard/src/proguard/classfile/editor/
VariableCleaner.java
29
import proguard.optimize.info.
VariableUsageMarker
;
41
private final
VariableUsageMarker
variableUsageMarker
= new
VariableUsageMarker
();
52
variableUsageMarker
.visitCodeAttribute(clazz, method, codeAttribute);
93
if (
variableUsageMarker
.isVariableUsed(index))
121
if (
variableUsageMarker
.isVariableUsed(index))
/external/proguard/src/proguard/optimize/peephole/
VariableShrinker.java
50
private final
VariableUsageMarker
variableUsageMarker
= new
VariableUsageMarker
();
99
variableUsageMarker
.visitCodeAttribute(clazz, method, codeAttribute);
107
if (!
variableUsageMarker
.isVariableUsed(variableIndex))
/external/proguard/lib/
proguard.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
Completed in 70 milliseconds