Searched refs:updateTarget (Results 1 – 12 of 12) sorted by relevance
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | BranchHandle.java | 105 public void updateTarget( final InstructionHandle old_ih, final InstructionHandle new_ih ) { in updateTarget() method in BranchHandle 106 bi.updateTarget(old_ih, new_ih); in updateTarget()
|
D | InstructionTargeter.java | 44 void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) throws ClassGenException; in updateTarget() method
|
D | LineNumberGen.java | 61 public void updateTarget( final InstructionHandle old_ih, final InstructionHandle new_ih ) { in updateTarget() method in LineNumberGen
|
D | CodeExceptionGen.java | 110 public void updateTarget( final InstructionHandle old_ih, final InstructionHandle new_ih ) { in updateTarget() method in CodeExceptionGen
|
D | BranchInstruction.java | 229 public void updateTarget( final InstructionHandle old_ih, final InstructionHandle new_ih ) { in updateTarget() method in BranchInstruction
|
D | LocalVariableGen.java | 194 public void updateTarget( final InstructionHandle old_ih, final InstructionHandle new_ih ) { in updateTarget() method in LocalVariableGen
|
D | Select.java | 199 public void updateTarget( final InstructionHandle old_ih, final InstructionHandle new_ih ) { in updateTarget() method in Select
|
D | MethodGen.java | 771 targeter.updateTarget(target, next); in removeNOPs()
|
/external/apache-commons-bcel/docs/eps/ |
D | instructions.fig | 230 4 0 0 963 -1 16 10 1.5708 4 150 1035 4683 3754 updateTarget()\001
|
D | classgen.fig | 254 4 0 0 993 -1 16 10 1.5708 4 150 1035 5541 9921 updateTarget()\001
|
/external/apache-commons-bcel/src/examples/ |
D | Peephole.java | 90 targeter.updateTarget(target, next); in removeNOPs()
|
/external/apache-commons-bcel/docs/ |
D | generic.mdl | 198 (object Operation "updateTarget"
|