Searched refs:_fast_binaryswitch (Results 1 - 8 of 8) sorted by relevance
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | relocator.cpp | 204 case Bytecodes::_fast_binaryswitch: return true; // rewritten _lookupswitch 220 case Bytecodes::_fast_binaryswitch: 236 case Bytecodes::_fast_binaryswitch: { 339 case Bytecodes::_fast_binaryswitch: { 370 case Bytecodes::_fast_binaryswitch: {
|
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | rewriter.cpp | 320 : Bytecodes::_fast_binaryswitch 326 case Bytecodes::_fast_binaryswitch: {
|
H A D | bytecodes.hpp | 277 _fast_binaryswitch , enumerator in enum:Bytecodes::Code
|
H A D | interpreter.cpp | 404 case Bytecodes::_fast_binaryswitch:
|
H A D | bytecodes.cpp | 123 case _fast_binaryswitch: // fall through 533 def(_fast_binaryswitch , "fast_binaryswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch );
|
H A D | templateTable.cpp | 510 def(Bytecodes::_fast_binaryswitch , ubcp|disp|____|____, itos, vtos, fast_binaryswitch , _ );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 271 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/agent/src/share/classes/sun/jvm/hotspot/oops/ |
H A D | GenerateOopMap.java | 1427 case Bytecodes._fast_binaryswitch: ppop1(valCTS); break; 2089 case Bytecodes._fast_binaryswitch: // get_int_table handles conversions
|
Completed in 674 milliseconds