Searched defs:_lookupswitch (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java210 public static final int _lookupswitch = 171; // 0xab field in class:Bytecodes
320 case _lookupswitch: // fall through
731 def(_lookupswitch , "lookupswitch" , "" , null , BasicType.getTVoid() , -1, false); // rewriting in interpreter
796 def(_fast_linearswitch , "fast_linearswitch" , "" , null , BasicType.getTVoid() , -1, false, _lookupswitch );
797 def(_fast_binaryswitch , "fast_binaryswitch" , "" , null , BasicType.getTVoid() , -1, false, _lookupswitch );
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp212 _lookupswitch = 171, // 0xab enumerator in enum:Bytecodes::Code
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java345 _lookupswitch = 171, // 0xab field in class:Constants

Completed in 42 milliseconds