Searched defs:_fast_linearswitch (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java270 public static final int _fast_linearswitch = 227; field in class:Bytecodes
322 case _fast_linearswitch:
796 def(_fast_linearswitch , "fast_linearswitch" , "" , null , BasicType.getTVoid() , -1, false, _lookupswitch );
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp276 _fast_linearswitch , enumerator in enum:Bytecodes::Code

Completed in 29 milliseconds