Searched defs:isInstructionNecessary (Results 1 - 2 of 2) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java271 if (isInstructionNecessary(offset))
310 if (isInstructionNecessary(offset))
367 !isInstructionNecessary(offset) &&
388 if (isInstructionNecessary(offset) &&
395 if (!isInstructionNecessary(nextOffset))
410 if (!isInstructionNecessary(offset))
436 System.out.println((isInstructionNecessary(offset) ? " + " : " - ")+instruction.toString(offset));
453 if (isInstructionNecessary(offset) && deleted)
725 if (isInstructionNecessary(offset))
930 if (isInstructionNecessary(offse
2293 private boolean isInstructionNecessary(int instructionOffset) method in class:EvaluationShrinker
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter.java package proguard ...

Completed in 100 milliseconds