Home | History | Annotate | Download | only in evaluation

Lines Matching defs:replacementInstruction

995                         Instruction replacementInstruction = new SimpleInstruction(newOpcode);
997 replacementInstruction);
999 if (DEBUG) System.out.println(" Replacing instruction "+simpleInstruction.toString(offset)+" by "+replacementInstruction.toString());
1011 SimpleInstruction replacementInstruction = new SimpleInstruction((byte)newOpcodes);
1012 replacementInstructions[count++] = replacementInstruction;
1014 if (DEBUG) System.out.println(" "+replacementInstruction.toString());
1710 Instruction replacementInstruction =
1713 if (DEBUG) System.out.println(": "+replacementInstruction.toString(offset));
1716 insertInstruction(offset, replace, before, replacementInstruction);
1888 Instruction replacementInstruction =
1892 if (DEBUG) System.out.println(" Replacing by static invocation "+constantInstruction.toString(offset)+" -> "+replacementInstruction.toString());
1894 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
1910 Instruction replacementInstruction =
1913 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);