Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DBranchInstruction.java213 static void notifyTarget( final InstructionHandle old_ih, final InstructionHandle new_ih, in notifyTarget()
229 public void updateTarget( final InstructionHandle old_ih, final InstructionHandle new_ih ) { in updateTarget()
DInstructionTargeter.java44 void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) throws ClassGenException; in updateTarget()
DLineNumberGen.java61 public void updateTarget( final InstructionHandle old_ih, final InstructionHandle new_ih ) { in updateTarget()
DBranchHandle.java105 public void updateTarget( final InstructionHandle old_ih, final InstructionHandle new_ih ) { in updateTarget()
DCodeExceptionGen.java110 public void updateTarget( final InstructionHandle old_ih, final InstructionHandle new_ih ) { in updateTarget()
DLocalVariableGen.java194 public void updateTarget( final InstructionHandle old_ih, final InstructionHandle new_ih ) { in updateTarget()
DSelect.java199 public void updateTarget( final InstructionHandle old_ih, final InstructionHandle new_ih ) { in updateTarget()