Searched defs:notifyTargetChanged (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DBranchInstruction.java213 notifyTargetChanged(this.target, this);
233 static void notifyTargetChanged(InstructionHandle new_ih, method in class:BranchInstruction
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();

Completed in 30 milliseconds