Searched refs:_tableswitch (Results 1 - 25 of 29) sorted by relevance

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeTableswitch.java54 boolean result = javaCode() == Bytecodes._tableswitch;
H A DBytecodeDisassembler.java99 addBytecodeClass(Bytecodes._tableswitch, BytecodeTableswitch.class);
H A DBytecodes.java209 public static final int _tableswitch = 170; // 0xaa field in class:Bytecodes
312 case _tableswitch:
730 def(_tableswitch , "tableswitch" , "" , null , BasicType.getTVoid() , -1, false); // may have backward branches
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp201 case Bytecodes::_tableswitch: return false;
217 case Bytecodes::_tableswitch:
228 case Bytecodes::_tableswitch: {
336 case Bytecodes::_tableswitch:
340 int recPad = get_orig_switch_pad(bci, (bc != Bytecodes::_tableswitch));
348 _changes->push(new ChangeSwitchPad(bci, oldPad, (bc != Bytecodes::_tableswitch)));
355 case Bytecodes::_tableswitch: {
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeStream.hpp153 assert(code != Bytecodes::_wide && code != Bytecodes::_tableswitch
H A Dbytecode.cpp253 case Bytecodes::_tableswitch:
H A Dbytecodes.hpp211 _tableswitch = 170, // 0xaa enumerator in enum:Bytecodes::Code
H A Dinterpreter.cpp403 case Bytecodes::_tableswitch:
H A Dbytecodes.cpp109 case _tableswitch:
465 def(_tableswitch , "tableswitch" , "" , NULL , T_VOID , -1, false); // may have backward branches
H A DbytecodeTracer.cpp483 case Bytecodes::_tableswitch:
H A DtemplateTable.cpp431 def(Bytecodes::_tableswitch , ubcp|disp|____|____, itos, vtos, tableswitch , _ );
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DInstruction.java121 case _tableswitch:
292 super(bytes, pc, _tableswitch);
498 def("", _tableswitch, _lookupswitch); // pack all ints, omit padding
H A DConstants.java344 _tableswitch = 170, // 0xaa field in class:Constants
H A DPackageReader.java1809 case _tableswitch:
1884 bc_case_value.expectMoreLength(bc == _tableswitch ? 1 : caseCount);
1933 case _tableswitch: // apc: (df, lo, hi, (hi-lo+1)*(label))
1946 if (bc == _tableswitch) {
H A DPackageWriter.java1406 case _tableswitch: // apc: (df, lo, hi, (hi-lo+1)*(label))
1421 if (bc == _tableswitch) {
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp329 case Bytecodes::_tableswitch : {
352 } else if (c_old == Bytecodes::_tableswitch) {
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp408 if (stream->code() == Bytecodes::_tableswitch) {
425 if (stream->code() == Bytecodes::_tableswitch) {
536 case Bytecodes::_tableswitch:
673 case Bytecodes::_tableswitch:
H A DgenerateOopMap.cpp536 case Bytecodes::_tableswitch:
1550 case Bytecodes::_tableswitch: ppop1(valCTS);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp93 case Bytecodes::_tableswitch:
828 case Bytecodes::_tableswitch:
911 case Bytecodes::_tableswitch:
924 case Bytecodes::_tableswitch:
937 case Bytecodes::_tableswitch:
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.cpp175 case Bytecodes::_tableswitch :
H A DciStreams.cpp115 case Bytecodes::_tableswitch: {
H A DciTypeFlow.cpp1288 case Bytecodes::_tableswitch:
1704 case Bytecodes::_tableswitch: {
H A DbcEscapeAnalyzer.cpp782 case Bytecodes::_tableswitch:
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp287 case Bytecodes::_tableswitch:
767 case Bytecodes::_tableswitch:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1350 case Bytecodes._tableswitch: ppop1(valCTS);
2076 case Bytecodes._tableswitch:

Completed in 135 milliseconds

12