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

/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp203 case Bytecodes::_fast_linearswitch: // rewritten _lookupswitch
219 case Bytecodes::_fast_linearswitch:
235 case Bytecodes::_fast_linearswitch:
338 case Bytecodes::_fast_linearswitch:
369 case Bytecodes::_fast_linearswitch:
/openjdk7/hotspot/src/share/vm/interpreter/
H A Drewriter.cpp319 ? Bytecodes::_fast_linearswitch
325 case Bytecodes::_fast_linearswitch:
H A Dbytecodes.hpp276 _fast_linearswitch , enumerator in enum:Bytecodes::Code
H A Dinterpreter.cpp405 case Bytecodes::_fast_linearswitch:
H A Dbytecodes.cpp124 case _fast_linearswitch:
532 def(_fast_linearswitch , "fast_linearswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch );
H A DtemplateTable.cpp509 def(Bytecodes::_fast_linearswitch , ubcp|disp|____|____, itos, vtos, fast_linearswitch , _ );
/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/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1426 case Bytecodes._fast_linearswitch:
2088 case Bytecodes._fast_linearswitch: // Java opcodes

Completed in 2251 milliseconds