Searched refs:_i2s (Results 1 - 25 of 26) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp211 case Bytecodes::_i2s: if (type == T_SHORT || type == T_BYTE) value = conv->value(); break;
262 case Bytecodes::_i2s: if (type == T_SHORT || type == T_BYTE) value = conv->value(); break;
488 case Bytecodes::_i2s: set_constant((int)((x->value()->type()->as_IntConstant()->value() << 16) >> 16)); break;
521 case Bytecodes::_i2s: type = T_SHORT; break;
530 case Bytecodes::_i2s: if (type == T_SHORT || type == T_BYTE) set_canonical(x->value()); break;
540 case Bytecodes::_i2s: safebits = 0x7fff; break;
H A Dc1_LIR.cpp1913 case Bytecodes::_i2s: out->print("[i2s] "); break;
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java321 _i2s = 147, // 0x93 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp188 _i2s = 147, // 0x93 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp442 def(_i2s , "i2s" , "b" , NULL , T_SHORT , 0, false);
H A DtemplateTable.cpp408 def(Bytecodes::_i2s , ____|____|____|____, itos, itos, convert , _ );
H A DbytecodeInterpreter.cpp1372 CASE(_i2s):
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp660 case Bytecodes::_i2s:
H A DsharkBlock.cpp717 case Bytecodes::_i2s:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java186 public static final int _i2s = 147; // 0x93 field in class:Bytecodes
707 def(_i2s , "i2s" , "b" , null , BasicType.getTShort() , 0, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp745 case Bytecodes::_i2s:
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp629 case Bytecodes::_i2s:
H A DtemplateTable_x86_32.cpp1431 case Bytecodes::_i2s: tos_in = itos; break;
1449 case Bytecodes::_i2s: tos_out = itos; break;
1494 case Bytecodes::_i2s:
H A DtemplateTable_x86_64.cpp1441 case Bytecodes::_i2s: tos_in = itos; break;
1459 case Bytecodes::_i2s: tos_out = itos; break;
1494 case Bytecodes::_i2s:
H A Dc1_LIRGenerator_x86.cpp939 // _i2b, _i2c, _i2s
959 case Bytecodes::_i2s: fixed_input = false; fixed_result = false; round_result = false; needs_stub = false; break;
H A Dc1_LIRAssembler_x86.cpp1491 case Bytecodes::_i2s:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp1405 case Bytecodes::_i2s: tos_in = itos; break;
1423 case Bytecodes::_i2s: tos_out = itos; break;
1476 case Bytecodes::_i2s:
H A Dc1_LIRGenerator_sparc.cpp791 // _i2b, _i2c, _i2s
846 case Bytecodes::_i2s:
H A Dc1_LIRAssembler_sparc.cpp735 case Bytecodes::_i2s:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp697 case Bytecodes::_i2s:
H A DciTypeFlow.cpp1220 case Bytecodes::_i2s:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1323 case Bytecodes._i2s:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1523 case Bytecodes::_i2s:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2132 case Bytecodes::_i2s:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1404 case Bytecodes::_i2s :

Completed in 177 milliseconds

12