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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DBranchInstruction.java211 notifyTargetChanging(this.target, this);
221 static void notifyTargetChanging(InstructionHandle old_ih, method in class:BranchInstruction
H A DLocalVariableGen.java151 void notifyTargetChanging() { method in class:LocalVariableGen
159 BranchInstruction.notifyTargetChanging(this.start, this);
164 BranchInstruction.notifyTargetChanging(this.end, this);
190 // Call notifyTargetChanging *before* modifying this,
191 // as the code triggered by notifyTargetChanging
193 notifyTargetChanging();
204 // call notifyTargetChanging *before* modifying this,
205 // as the code triggered by notifyTargetChanging
208 notifyTargetChanging();

Completed in 30 milliseconds