OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:variablesBefore
(Results
1 - 4
of
4
) sorted by null
/external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java
65
private TracedVariables[]
variablesBefore
= new TracedVariables[ClassConstants.TYPICAL_CODE_LENGTH];
241
System.out.println(" Vars: "+
variablesBefore
[offset]);
428
return
variablesBefore
[instructionOffset];
635
if (
variablesBefore
[instructionOffset] == null)
638
variablesBefore
[instructionOffset] = new TracedVariables(variables);
644
variablesBefore
[instructionOffset].initialize(variables);
655
boolean variablesChanged =
variablesBefore
[instructionOffset].generalize(variables, true);
658
//System.out.println("GVars: "+
variablesBefore
[instructionOffset]);
681
variables.generalize(
variablesBefore
[instructionOffset], false);
[
all
...]
/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 549 milliseconds