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

  /external/proguard/src/proguard/classfile/editor/
InstructionAdder.java 61 codeAttributeComposer.appendInstruction(offset, instruction);
74 codeAttributeComposer.appendInstruction(offset, newConstantInstruction);
CodeAttributeComposer.java 167 public void appendInstruction(int oldInstructionOffset,
831 composer.appendInstruction(0, new SimpleInstruction(InstructionConstants.OP_ICONST_0));
832 composer.appendInstruction(1, new VariableInstruction(InstructionConstants.OP_ISTORE, 0));
833 composer.appendInstruction(2, new BranchInstruction(InstructionConstants.OP_GOTO, 1));
836 composer.appendInstruction(0, new VariableInstruction(InstructionConstants.OP_IINC, 0, 1));
837 composer.appendInstruction(1, new VariableInstruction(InstructionConstants.OP_ILOAD, 0));
838 composer.appendInstruction(2, new SimpleInstruction(InstructionConstants.OP_ICONST_5));
839 composer.appendInstruction(3, new BranchInstruction(InstructionConstants.OP_IFICMPLT, -3));
842 composer.appendInstruction(3, new SimpleInstruction(InstructionConstants.OP_RETURN));
  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 148 codeAttributeComposer.appendInstruction(offset, instruction.shrink());
200 codeAttributeComposer.appendInstruction(gotoOffset,
226 codeAttributeComposer.appendInstruction(offset, constantInstruction.shrink());
317 codeAttributeComposer.appendInstruction(parameterSize-parameterIndex-1,
325 codeAttributeComposer.appendInstruction(parameterSize,
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 248 codeAttributeComposer.appendInstruction(offset, instruction.shrink());
280 codeAttributeComposer.appendInstruction(offset, replacementInstruction);
297 codeAttributeComposer.appendInstruction(offset, variableInstruction);
336 codeAttributeComposer.appendInstruction(offset, replacementInstruction);
342 codeAttributeComposer.appendInstruction(offset, branchInstruction);
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 280 codeAttributeComposer.appendInstruction(parameterSize-parameterIndex-1,
288 codeAttributeComposer.appendInstruction(parameterSize,
322 codeAttributeComposer.appendInstruction(offset, instruction.shrink());
348 codeAttributeComposer.appendInstruction(offset,
362 codeAttributeComposer.appendInstruction(offset, simpleInstruction.shrink());
375 codeAttributeComposer.appendInstruction(offset, variableInstruction.shrink());
433 codeAttributeComposer.appendInstruction(offset, constantInstruction.shrink());
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 39 milliseconds