Searched refs:stacksSimplifiedBefore (Results 1 - 2 of 2) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java68 private boolean[][] stacksSimplifiedBefore = new boolean[ClassConstants.TYPICAL_CODE_LENGTH][ClassConstants.TYPICAL_STACK_SIZE]; field in class:EvaluationShrinker
1622 if (stacksSimplifiedBefore.length < codeLength ||
1623 stacksSimplifiedBefore[0].length < maxStack)
1625 stacksSimplifiedBefore = new boolean[codeLength][maxStack];
1633 stacksSimplifiedBefore[offset][index] = false;
1845 stacksSimplifiedBefore[instructionOffset][stackIndex] = true;
1852 return stacksSimplifiedBefore[instructionOffset][stackIndex];
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 125 milliseconds