Searched refs:_i2l (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java307 _i2l = 133, // 0x85 field in class:Constants
H A DInstruction.java495 def("b", _i2l, _dcmpg);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp174 _i2l = 133, // 0x85 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp428 def(_i2l , "i2l" , "b" , NULL , T_LONG , 1, false);
H A DtemplateTable.cpp394 def(Bytecodes::_i2l , ____|____|____|____, itos, ltos, convert , _ );
H A DbytecodeInterpreter.cpp1273 CASE(_i2l): /* convert top of stack int to long */
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp608 case Bytecodes::_i2l:
H A DsharkBlock.cpp638 case Bytecodes::_i2l:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java172 public static final int _i2l = 133; // 0x85 field in class:Bytecodes
693 def(_i2l , "i2l" , "b" , null , BasicType.getTLong() , 1, false);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp490 case Bytecodes::_i2l: set_constant((jlong)(x->value()->type()->as_IntConstant()->value())); break;
894 if (convert->op() == Bytecodes::_i2l && convert->value()->type() == intType) {
H A Dc1_LIRGenerator.cpp2069 __ convert(Bytecodes::_i2l, index_op, tmp);
2081 __ convert(Bytecodes::_i2l, index_op, tmp);
2149 __ convert(Bytecodes::_i2l, idx.result(), index_op);
2162 __ convert(Bytecodes::_i2l, index_op, tmp);
H A Dc1_LIR.cpp1912 case Bytecodes::_i2l: out->print("[i2l] "); break;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp219 __ convert(Bytecodes::_i2l, index_opr, tmp);
790 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
843 case Bytecodes::_i2l:
H A DtemplateTable_sparc.cpp1400 case Bytecodes::_i2l: // fall through
1424 case Bytecodes::_i2l: // fall through
1442 case Bytecodes::_i2l:
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp175 __ convert(Bytecodes::_i2l, index_opr, tmp);
938 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
955 case Bytecodes::_i2l: // fall through
H A Dc1_LinearScan_x86.cpp625 case Bytecodes::_i2l:
H A DtemplateTable_x86_32.cpp1426 case Bytecodes::_i2l: // fall through
1450 case Bytecodes::_i2l: // fall through
1468 case Bytecodes::_i2l:
H A DtemplateTable_x86_64.cpp1436 case Bytecodes::_i2l: // fall through
1460 case Bytecodes::_i2l: // fall through
1479 case Bytecodes::_i2l:
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp754 case Bytecodes::_i2l:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp671 case Bytecodes::_i2l:
H A DciTypeFlow.cpp1239 case Bytecodes::_i2l:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1335 case Bytecodes._i2l:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1535 case Bytecodes::_i2l:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2120 case Bytecodes::_i2l:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1318 case Bytecodes::_i2l :

Completed in 191 milliseconds

12