Searched refs:_fast_linearswitch (Results 1 - 8 of 8) sorted by relevance
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | relocator.cpp | 203 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 D | rewriter.cpp | 319 ? Bytecodes::_fast_linearswitch 325 case Bytecodes::_fast_linearswitch:
|
H A D | bytecodes.hpp | 276 _fast_linearswitch , enumerator in enum:Bytecodes::Code
|
H A D | interpreter.cpp | 405 case Bytecodes::_fast_linearswitch:
|
H A D | bytecodes.cpp | 124 case _fast_linearswitch: 532 def(_fast_linearswitch , "fast_linearswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch );
|
H A D | templateTable.cpp | 509 def(Bytecodes::_fast_linearswitch , ubcp|disp|____|____, itos, vtos, fast_linearswitch , _ );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 270 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 D | GenerateOopMap.java | 1426 case Bytecodes._fast_linearswitch: 2088 case Bytecodes._fast_linearswitch: // Java opcodes
|
Completed in 2251 milliseconds