Searched refs:_lookupswitch (Results 1 - 25 of 30) sorted by relevance

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeLookupswitch.java52 boolean result = javaCode() == Bytecodes._lookupswitch;
H A DBytecodes.java210 public static final int _lookupswitch = 171; // 0xab field in class:Bytecodes
320 case _lookupswitch: // fall through
731 def(_lookupswitch , "lookupswitch" , "" , null , BasicType.getTVoid() , -1, false); // rewriting in interpreter
796 def(_fast_linearswitch , "fast_linearswitch" , "" , null , BasicType.getTVoid() , -1, false, _lookupswitch );
797 def(_fast_binaryswitch , "fast_binaryswitch" , "" , null , BasicType.getTVoid() , -1, false, _lookupswitch );
H A DBytecodeDisassembler.java86 addBytecodeClass(Bytecodes._lookupswitch, BytecodeLookupswitch.class);
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp202 case Bytecodes::_lookupswitch: // not rewritten on ia64
203 case Bytecodes::_fast_linearswitch: // rewritten _lookupswitch
204 case Bytecodes::_fast_binaryswitch: return true; // rewritten _lookupswitch
218 case Bytecodes::_lookupswitch:
234 case Bytecodes::_lookupswitch:
337 case Bytecodes::_lookupswitch:
368 case Bytecodes::_lookupswitch:
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeStream.hpp154 && code != Bytecodes::_lookupswitch, "can't be special bytecode");
H A Dbytecodes.cpp80 case Bytecodes::_lookupswitch:
122 case _lookupswitch: // fall through
466 def(_lookupswitch , "lookupswitch" , "" , NULL , T_VOID , -1, false); // rewriting in interpreter
532 def(_fast_linearswitch , "fast_linearswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch );
533 def(_fast_binaryswitch , "fast_binaryswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch );
H A Drewriter.cpp314 case Bytecodes::_lookupswitch : {
328 (*bcp) = Bytecodes::_lookupswitch;
H A Dbytecode.cpp239 case Bytecodes::_lookupswitch:
H A Dbytecodes.hpp212 _lookupswitch = 171, // 0xab enumerator in enum:Bytecodes::Code
H A Dinterpreter.cpp402 case Bytecodes::_lookupswitch:
H A DbytecodeTracer.cpp505 case Bytecodes::_lookupswitch:
H A DtemplateTable.cpp432 def(Bytecodes::_lookupswitch , ubcp|disp|____|____, itos, itos, lookupswitch , _ );
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DInstruction.java123 case _lookupswitch:
313 super(bytes, pc, _lookupswitch);
498 def("", _tableswitch, _lookupswitch); // pack all ints, omit padding
H A DConstants.java345 _lookupswitch = 171, // 0xab field in class:Constants
H A DPackageReader.java1810 case _lookupswitch:
1934 case _lookupswitch: // apc: (df, nc, nc*(case, label))
H A DPackageWriter.java1407 case _lookupswitch: // apc: (df, nc, nc*(case, label))
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp328 case Bytecodes::_lookupswitch : // fall through
337 if (c_old == Bytecodes::_lookupswitch) {
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp94 case Bytecodes::_lookupswitch:
829 case Bytecodes::_lookupswitch:
914 case Bytecodes::_lookupswitch:
927 case Bytecodes::_lookupswitch:
940 case Bytecodes::_lookupswitch:
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.cpp194 case Bytecodes::_lookupswitch:
H A DciStreams.cpp105 case Bytecodes::_lookupswitch:
H A DciTypeFlow.cpp1287 case Bytecodes::_lookupswitch:
1723 case Bytecodes::_lookupswitch: {
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp304 case Bytecodes::_lookupswitch:
803 case Bytecodes::_lookupswitch:
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp535 case Bytecodes::_lookupswitch:
672 case Bytecodes::_lookupswitch:
H A DgenerateOopMap.cpp547 case Bytecodes::_lookupswitch:
1615 case Bytecodes::_lookupswitch: ppop1(valCTS); break;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1425 case Bytecodes._lookupswitch:
2090 case Bytecodes._lookupswitch:

Completed in 337 milliseconds

12