HomeSort by relevance Sort by last modified time
    Searched full:variableinstruction (Results 26 - 32 of 32) sorted by null

12

  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 832 composer.appendInstruction(1, new VariableInstruction(InstructionConstants.OP_ISTORE, 0));
836 composer.appendInstruction(0, new VariableInstruction(InstructionConstants.OP_IINC, 0, 1));
837 composer.appendInstruction(1, new VariableInstruction(InstructionConstants.OP_ILOAD, 0));
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 615 public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction)
618 if (variableInstruction.opcode < InstructionConstants.OP_ISTORE)
620 markVariableProducers(offset, variableInstruction.variableIndex);
624 markStackProducers(clazz, offset, variableInstruction);
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
proguard-base-4.9-sources.jar 
  /prebuilts/tools/common/proguard/
proguard4.7.zip 

Completed in 592 milliseconds

12