Home
last modified time | relevance | path

Searched refs:appendInstruction (Results 1 – 9 of 9) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DCodeAttributeComposer.java190 public void appendInstruction(int oldInstructionOffset, in appendInstruction() method in CodeAttributeComposer
260 appendInstruction(instructions[index]); in appendInstructions()
273 public void appendInstruction(Instruction instruction) in appendInstruction() method in CodeAttributeComposer
939 composer.appendInstruction(0, new SimpleInstruction(InstructionConstants.OP_ICONST_0)); in main()
940 composer.appendInstruction(1, new VariableInstruction(InstructionConstants.OP_ISTORE, 0)); in main()
941 composer.appendInstruction(2, new BranchInstruction(InstructionConstants.OP_GOTO, 1)); in main()
944 composer.appendInstruction(0, new VariableInstruction(InstructionConstants.OP_IINC, 0, 1)); in main()
945 composer.appendInstruction(1, new VariableInstruction(InstructionConstants.OP_ILOAD, 0)); in main()
946 composer.appendInstruction(2, new SimpleInstruction(InstructionConstants.OP_ICONST_5)); in main()
947 composer.appendInstruction(3, new BranchInstruction(InstructionConstants.OP_IFICMPLT, -3)); in main()
[all …]
DInstructionAdder.java61 codeAttributeComposer.appendInstruction(offset, instruction); in visitAnyInstruction()
74 codeAttributeComposer.appendInstruction(offset, newConstantInstruction); in visitConstantInstruction()
/external/proguard/src/proguard/optimize/
DTailRecursionSimplifier.java140 codeAttributeComposer.appendInstruction(offset, instruction); in visitAnyInstruction()
192 codeAttributeComposer.appendInstruction(gotoOffset, in visitConstantInstruction()
218 codeAttributeComposer.appendInstruction(offset, constantInstruction); in visitConstantInstruction()
341 codeAttributeComposer.appendInstruction(parameterSize-parameterIndex-1, in storeParameters()
349 codeAttributeComposer.appendInstruction(parameterSize, in storeParameters()
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java317 codeAttributeComposer.appendInstruction(parameterSize-parameterIndex-1, in storeParameters()
325 codeAttributeComposer.appendInstruction(parameterSize, in storeParameters()
359 codeAttributeComposer.appendInstruction(offset, instruction); in visitAnyInstruction()
385 codeAttributeComposer.appendInstruction(offset, in visitSimpleInstruction()
399 codeAttributeComposer.appendInstruction(offset, simpleInstruction); in visitSimpleInstruction()
412 codeAttributeComposer.appendInstruction(offset, variableInstruction); in visitVariableInstruction()
470 codeAttributeComposer.appendInstruction(offset, constantInstruction); in visitConstantInstruction()
/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java244 codeAttributeComposer.appendInstruction(offset, instruction); in visitAnyInstruction()
277 codeAttributeComposer.appendInstruction(offset, replacementInstruction); in visitVariableInstruction()
294 codeAttributeComposer.appendInstruction(offset, variableInstruction); in visitVariableInstruction()
333 codeAttributeComposer.appendInstruction(offset, replacementInstruction); in visitBranchInstruction()
339 codeAttributeComposer.appendInstruction(offset, branchInstruction); in visitBranchInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlanHCFGTransforms.cpp61 WidenRecipe->appendInstruction(Inst); in VPInstructionsToVPRecipes()
DVPlan.h675 bool appendInstruction(Instruction *Instr) { in appendInstruction() function
DLoopVectorize.cpp6789 if (LastWidenRecipe && LastWidenRecipe->appendInstruction(I)) in tryToWiden()
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader ...