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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
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();
H A DCodeExceptionGen.java121 BranchInstruction.notifyTargetChanging(this.start_pc, this);
130 BranchInstruction.notifyTargetChanging(this.end_pc, this);
139 BranchInstruction.notifyTargetChanging(this.handler_pc, this);
H A DBranchInstruction.java211 notifyTargetChanging(this.target, this);
221 static void notifyTargetChanging(InstructionHandle old_ih, method in class:BranchInstruction
H A DLineNumberGen.java118 BranchInstruction.notifyTargetChanging(this.ih, this);
H A DSelect.java198 notifyTargetChanging(targets[i], this);

Completed in 447 milliseconds