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

/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java69 private boolean[] instructionsNecessary = new boolean[ClassConstants.TYPICAL_CODE_LENGTH]; field in class:EvaluationShrinker
1638 if (instructionsNecessary.length < codeLength)
1640 instructionsNecessary = new boolean[codeLength];
1646 instructionsNecessary[index] = false;
1862 instructionsNecessary[instructionOffset] = true;
1910 instructionsNecessary[instructionOffset];
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 75 milliseconds