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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java271 public static final int _fast_binaryswitch = 228; field in class:Bytecodes
321 case _fast_binaryswitch: // fall through
797 def(_fast_binaryswitch , "fast_binaryswitch" , "" , null , BasicType.getTVoid() , -1, false, _lookupswitch );
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp277 _fast_binaryswitch , enumerator in enum:Bytecodes::Code

Completed in 38 milliseconds