Home
last modified time | relevance | path

Searched refs:notifyTargetChanged (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLocalVariableGen.java171 void notifyTargetChanged() { in notifyTargetChanged() method in LocalVariableGen
179 BranchInstruction.notifyTargetChanged(this.start, this); in notifyTargetChanged()
184 BranchInstruction.notifyTargetChanged(this.end, this); in notifyTargetChanged()
200 notifyTargetChanged(); in setStart()
216 notifyTargetChanged(); in setEnd()
H A DCodeExceptionGen.java123 BranchInstruction.notifyTargetChanged(this.start_pc, this); in setStartPC()
132 BranchInstruction.notifyTargetChanged(this.end_pc, this); in setEndPC()
141 BranchInstruction.notifyTargetChanged(this.handler_pc, this); in setHandlerPC()
H A DBranchInstruction.java213 notifyTargetChanged(this.target, this); in setTarget()
233 static void notifyTargetChanged(InstructionHandle new_ih, in notifyTargetChanged() method in BranchInstruction
H A DSelect.java101 BranchInstruction.notifyTargetChanged(targets[i], this); in Select()
200 notifyTargetChanged(targets[i], this); in setTarget()
H A DLineNumberGen.java120 BranchInstruction.notifyTargetChanged(this.ih, this); in setInstruction()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLocalVariableGen.java171 void notifyTargetChanged() { in notifyTargetChanged() method in LocalVariableGen
179 BranchInstruction.notifyTargetChanged(this.start, this); in notifyTargetChanged()
184 BranchInstruction.notifyTargetChanged(this.end, this); in notifyTargetChanged()
200 notifyTargetChanged(); in setStart()
216 notifyTargetChanged(); in setEnd()
H A DCodeExceptionGen.java123 BranchInstruction.notifyTargetChanged(this.start_pc, this); in setStartPC()
132 BranchInstruction.notifyTargetChanged(this.end_pc, this); in setEndPC()
141 BranchInstruction.notifyTargetChanged(this.handler_pc, this); in setHandlerPC()
H A DBranchInstruction.java213 notifyTargetChanged(this.target, this); in setTarget()
233 static void notifyTargetChanged(InstructionHandle new_ih, in notifyTargetChanged() method in BranchInstruction
H A DSelect.java101 BranchInstruction.notifyTargetChanged(targets[i], this); in Select()
200 notifyTargetChanged(targets[i], this); in setTarget()
H A DLineNumberGen.java120 BranchInstruction.notifyTargetChanged(this.ih, this); in setInstruction()