Home | History | Annotate | Download | only in code

Lines Matching refs:GOTO

587                 insn = new PlainInsn(Rops.GOTO, pos, null,
599 * register 0) and a goto (to the return block).
610 insn = new PlainInsn(Rops.GOTO, pos, null, RegisterSpecList.EMPTY);
910 case ByteOps.GOTO: {
911 return RegOps.GOTO;