Home | History | Annotate | Download | only in editor

Lines Matching defs:variableInstruction

125     public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction)
130 variableInstruction.write(codeAttribute, offset);
136 new VariableInstruction(variableInstruction.opcode,
137 variableInstruction.variableIndex,
138 variableInstruction.constant);
144 System.out.println(" "+variableInstruction.toString(offset)+" will be widened to "+replacementInstruction.toString());
148 variableInstruction.variableIndex = 0;
149 variableInstruction.constant = 0;
150 variableInstruction.write(codeAttribute, offset);