Lines Matching full:replacementinstruction
443 Instruction replacementInstruction =
447 replaceInstruction(clazz, offset, instruction, replacementInstruction);
510 Instruction replacementInstruction =
514 replaceInstruction(clazz, offset, instruction, replacementInstruction);
578 Instruction replacementInstruction =
582 replaceInstruction(clazz, offset, instruction, replacementInstruction);
645 Instruction replacementInstruction =
649 replaceInstruction(clazz, offset, instruction, replacementInstruction);
701 Instruction replacementInstruction =
704 replaceInstruction(clazz, offset, instruction, replacementInstruction);
718 Instruction replacementInstruction =
721 replaceInstruction(clazz, offset, instruction, replacementInstruction);
796 Instruction replacementInstruction =
800 replaceInstruction(clazz, offset, instruction, replacementInstruction);
821 Instruction replacementInstruction = null;
833 replacementInstruction = switchInstruction;
844 replacementInstruction = switchInstruction;
847 if (replacementInstruction != null)
849 replaceInstruction(clazz, offset, switchInstruction, replacementInstruction);
862 Instruction replacementInstruction =
865 if (DEBUG) System.out.println(" Replacing unreachable instruction by infinite loop "+replacementInstruction.toString(offset));
867 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
885 Instruction replacementInstruction)
890 replacementInstruction.stackPopCount(clazz);
894 if (DEBUG) System.out.println(" Replacing instruction "+instruction.toString(offset)+" -> "+replacementInstruction.toString()+(popCount == 0 ? "" : " ("+popCount+" pops)"));
896 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);