Searched refs:patchGoto (Results 1 – 2 of 2) sorted by relevance
439 patchGoto(breakList, bytecode.currentPc()); in atWhileStmnt()440 patchGoto(continueList, pc3); in atWhileStmnt()446 protected void patchGoto(ArrayList list, int targetPc) { in patchGoto() method in CodeGen492 patchGoto(breakList, pc4); in atForStmnt()493 patchGoto(continueList, pc3); in atForStmnt()559 patchGoto(breakList, endPc); in atSwitchStmnt()
261 patchGoto(gotoList, pcEnd); in atTryStmnt()