Home | History | Annotate | Download | only in bcel

Lines Matching refs:TABLESWITCH

1343    * @see <a href="http://docs.oracle.com/javase/specs/jvms/se8/html/jvms-6.html#jvms-6.5.tableswitch">
1345 public static final short TABLESWITCH = 170;
1704 * BCEL virtual instruction for either LOOKUPSWITCH or TABLESWITCH. Will be converted to the appropriate JVM
1887 2/*jsr*/, 1/*ret*/, UNPREDICTABLE/*tableswitch*/, UNPREDICTABLE/*lookupswitch*/,
1969 {T_BYTE}/*ret*/, {}/*tableswitch*/, {}/*lookupswitch*/,
2033 "tableswitch", "lookupswitch", "ireturn", "lreturn", "freturn",
2100 0/*goto*/, 0/*jsr*/, 0/*ret*/, 1/*tableswitch*/, 1/*lookupswitch*/, 1/*ireturn*/,
2168 0/*tableswitch*/, 0/*lookupswitch*/, 0/*ireturn*/, 0/*lreturn*/, 0/*freturn*/,