HomeSort by relevance Sort by last modified time
    Searched defs:variableUsageMarker (Results 1 - 4 of 4) 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 

Completed in 21 milliseconds