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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java1187 * Redirect all references from old_target to new_target, i.e., update targets
1190 * @param old_target the old target instruction handle
1193 public void redirectBranches(InstructionHandle old_target, argument
1202 if(target == old_target)
1209 if(targets[j] == old_target)
1217 * Redirect all references of local variables from old_target to new_target.
1220 * @param old_target the old target instruction handle
1225 InstructionHandle old_target,
1231 if(start == old_target)
1234 if(end == old_target)
1224 redirectLocalVariables(LocalVariableGen[] lg, InstructionHandle old_target, InstructionHandle new_target) argument
1247 redirectExceptionHandlers(CodeExceptionGen[] exceptions, InstructionHandle old_target, InstructionHandle new_target) argument
[all...]

Completed in 31 milliseconds