Searched refs:TABLESWITCH (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DOpcodes.java263 int TABLESWITCH = 170; // visiTableSwitchInsn field in interface:Opcodes
H A DMethodWriter.java457 // -1, //TABLESWITCH, // visiTableSwitchInsn
947 code.putByte(Opcodes.TABLESWITCH);
1523 * of TABLESWITCH and LOOKUPSWITCH instructions depends on their
1759 newCode.putByte(Opcodes.TABLESWITCH);

Completed in 97 milliseconds