Searched defs:updateTarget (Results 1 - 8 of 8) 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 DLineNumberGen.java100 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { method in class:LineNumberGen
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 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 DLocalVariableGen.java225 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { method in class:LocalVariableGen
H A DSelect.java208 public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih) { method in class:Select
/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

Completed in 36 milliseconds