Searched refs:appendInstruction (Results 1 – 9 of 9) sorted by relevance
190 public void appendInstruction(int oldInstructionOffset, in appendInstruction() method in CodeAttributeComposer260 appendInstruction(instructions[index]); in appendInstructions()273 public void appendInstruction(Instruction instruction) in appendInstruction() method in CodeAttributeComposer939 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 …]
61 codeAttributeComposer.appendInstruction(offset, instruction); in visitAnyInstruction()74 codeAttributeComposer.appendInstruction(offset, newConstantInstruction); in visitConstantInstruction()
140 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()
317 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()
244 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()
61 WidenRecipe->appendInstruction(Inst); in VPInstructionsToVPRecipes()
675 bool appendInstruction(Instruction *Instr) { in appendInstruction() function
6789 if (LastWidenRecipe && LastWidenRecipe->appendInstruction(I)) in tryToWiden()
META-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader ...