Searched refs:opc_lookupswitch (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java274 case opc_lookupswitch: {
295 opc = opc_lookupswitch;
456 case opc_areturn: case opc_tableswitch: case opc_lookupswitch:
623 case opc_lookupswitch: {
764 case opc_lookupswitch: {
H A DAssembler.java177 case opc_lookupswitch: {
355 case opc_lookupswitch: {
570 case opc_lookupswitch: {
821 case opc_lookupswitch: {
/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java283 int opc_lookupswitch = 171; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java285 int opc_lookupswitch = 171; field in interface:RuntimeConstants
H A DInjectBytecodes.java240 case opc_lookupswitch:{
341 case opc_lookupswitch:{
517 case opc_lookupswitch:{
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java292 int opc_lookupswitch = 171; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java1666 opc_lookupswitch = 171, field in class:Indify
1738 assert(insns[opc_lookupswitch].startsWith("lookupswitch"));
1847 case opc_lookupswitch:
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp554 /* 0xA8 */ &&opc_jsr, &&opc_ret, &&opc_tableswitch,&&opc_lookupswitch,

Completed in 74 milliseconds