Searched refs:notifyTargetChanged (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLocalVariableGen.java171 void notifyTargetChanged() { method in class:LocalVariableGen
179 BranchInstruction.notifyTargetChanged(this.start, this);
184 BranchInstruction.notifyTargetChanged(this.end, this);
197 // call notifyTargetChanged *after* modifying this,
198 // as the code triggered by notifyTargetChanged
200 notifyTargetChanged();
212 // call notifyTargetChanged *after* modifying this,
213 // as the code triggered by notifyTargetChanged
216 notifyTargetChanged();
H A DCodeExceptionGen.java123 BranchInstruction.notifyTargetChanged(this.start_pc, this);
132 BranchInstruction.notifyTargetChanged(this.end_pc, this);
141 BranchInstruction.notifyTargetChanged(this.handler_pc, this);
H A DBranchInstruction.java213 notifyTargetChanged(this.target, this);
233 static void notifyTargetChanged(InstructionHandle new_ih, method in class:BranchInstruction
H A DSelect.java101 BranchInstruction.notifyTargetChanged(targets[i], this);
200 notifyTargetChanged(targets[i], this);
H A DLineNumberGen.java120 BranchInstruction.notifyTargetChanged(this.ih, this);

Completed in 57 milliseconds