Searched refs:opc_tableswitch (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java273 case opc_tableswitch:
293 opc = opc_tableswitch;
456 case opc_areturn: case opc_tableswitch: case opc_lookupswitch:
616 case opc_tableswitch: {
747 case opc_tableswitch: {
H A DAssembler.java176 case opc_tableswitch:
354 case opc_tableswitch:
554 case opc_tableswitch: {
820 case opc_tableswitch:
/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java282 int opc_tableswitch = 170; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java284 int opc_tableswitch = 170; field in interface:RuntimeConstants
H A DInjectBytecodes.java229 case opc_tableswitch:{
307 case opc_tableswitch:{
481 case opc_tableswitch:{
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java291 int opc_tableswitch = 170; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DSwitchStatement.java215 asm.add(where, opc_tableswitch, sw);
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java1665 opc_tableswitch = 170, field in class:Indify
1739 assert(insns[opc_tableswitch].startsWith("tableswitch"));
1842 case opc_tableswitch:
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp554 /* 0xA8 */ &&opc_jsr, &&opc_ret, &&opc_tableswitch,&&opc_lookupswitch,

Completed in 120 milliseconds