Searched refs:reverseBranch (Results 1 – 3 of 3) sorted by relevance
78 public void reverseBranch(int which, CodeAddress newTarget) { in reverseBranch() method in OutputCollector79 finisher.reverseBranch(which, newTarget); in reverseBranch()
270 public void reverseBranch(int which, CodeAddress newTarget) { in reverseBranch() method in OutputFinisher
293 output.reverseBranch(1, addresses.getStart(succ)); in outputBlock()