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

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionTargeter.java36 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih); argument
H A DLineNumberGen.java64 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { argument
H A DBranchHandle.java94 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { argument
H A DCodeExceptionGen.java113 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { argument
H A DLocalVariableGen.java189 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { argument
H A DSelect.java172 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { argument
H A DBranchInstruction.java197 static void notifyTargetChanged(InstructionHandle new_ih, argument
209 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { argument

Completed in 52 milliseconds