Searched refs:new_ih (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionTargeter.java72 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih); argument
H A DBranchInstruction.java233 static void notifyTargetChanged(InstructionHandle new_ih, argument
235 if(new_ih != null) {
236 new_ih.addTargeter(t);
242 * @param new_ih new target
245 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { argument
247 setTarget(new_ih);
H A DCodeExceptionGen.java146 * @param new_ih new target
149 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { argument
154 setStartPC(new_ih);
159 setEndPC(new_ih);
164 setHandlerPC(new_ih);
H A DBranchHandle.java130 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { argument
131 bi.updateTarget(old_ih, new_ih);
H A DLineNumberGen.java97 * @param new_ih new target
100 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { argument
104 setInstruction(new_ih);
H A DSelect.java205 * @param new_ih new target
208 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { argument
213 setTarget(new_ih);
219 setTarget(i, new_ih);
H A DLocalVariableGen.java222 * @param new_ih new target
225 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { argument
230 setStart(new_ih);
235 setEnd(new_ih);

Completed in 26 milliseconds