Searched refs:updateTarget (Results 1 - 10 of 10) 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); method in interface:InstructionTargeter
H A DBranchHandle.java130 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { method in class:BranchHandle
131 bi.updateTarget(old_ih, new_ih);
H A DLineNumberGen.java100 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { method in class:LineNumberGen
H A DBranchInstruction.java245 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { method in class:BranchInstruction
H A DCodeExceptionGen.java149 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { method in class:CodeExceptionGen
H A DSelect.java208 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { method in class:Select
H A DLocalVariableGen.java225 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { method in class:LocalVariableGen
H A DMethodGen.java724 targeters[j].updateTarget(targets[i], next);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java520 final boolean updateTarget) {
554 handleResize(w, h, updateTarget);
557 handleMove(x, y, updateTarget);
1071 final boolean updateTarget) {
1072 if (updateTarget) {
1089 final boolean updateTarget) {
1090 if (updateTarget) {
519 setBounds(int x, int y, int w, int h, int op, boolean notify, final boolean updateTarget) argument
1070 handleMove(final int x, final int y, final boolean updateTarget) argument
1088 handleResize(final int w, final int h, final boolean updateTarget) argument
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java1744 targeters[j].updateTarget(lostTarget,
2085 invertedIfHandle.updateTarget(target, nextHandle);
2097 // InstructionTargeter.updateTarget to change
2118 targeter.updateTarget(oldIfHandle,

Completed in 63 milliseconds