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

  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 236 if (isInstructionNecessary(offset))
277 !isInstructionNecessary(offset))
341 !isInstructionNecessary(offset) &&
362 if (isInstructionNecessary(offset) &&
369 if (!isInstructionNecessary(nextOffset))
384 if (!isInstructionNecessary(offset))
413 System.out.println((isInstructionNecessary(offset) ? " + " : " - ")+instruction.toString(offset));
430 if (isInstructionNecessary(offset) && deleted)
674 if (isInstructionNecessary(offset))
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 20 milliseconds