HomeSort by relevance Sort by last modified time
    Searched refs:isInstructionNecessary (Results 1 - 2 of 2) sorted by null

  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 271 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))
    [all...]
  /external/proguard/lib/
proguard.jar 

Completed in 76 milliseconds