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

12

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java309 _i2d = 135, // 0x87 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp176 _i2d = 135, // 0x87 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp430 def(_i2d , "i2d" , "b" , NULL , T_DOUBLE , 1, false);
H A DtemplateTable.cpp396 def(Bytecodes::_i2d , ____|____|____|____, itos, dtos, convert , _ );
H A DbytecodeInterpreter.cpp1283 CASE(_i2d): /* convert top of stack int to double */
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp615 case Bytecodes::_i2d:
H A DsharkBlock.cpp649 case Bytecodes::_i2d:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java174 public static final int _i2d = 135; // 0x87 field in class:Bytecodes
695 def(_i2d , "i2d" , "b" , null , BasicType.getTDouble() , 1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp755 case Bytecodes::_i2d:
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp594 case Bytecodes::_i2d:
H A DtemplateTable_x86_32.cpp1428 case Bytecodes::_i2d: // fall through
1456 case Bytecodes::_i2d: // fall through
1477 case Bytecodes::_i2d:
H A DtemplateTable_x86_64.cpp1438 case Bytecodes::_i2d: // fall through
1466 case Bytecodes::_i2d: // fall through
1485 case Bytecodes::_i2d:
H A Dc1_LIRGenerator_x86.cpp938 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
964 case Bytecodes::_i2d: fixed_input = false; fixed_result = false; round_result = false; needs_stub = false; break;
H A Dc1_LIRAssembler_x86.cpp1510 case Bytecodes::_i2d:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp492 case Bytecodes::_i2d: set_constant((double)(x->value()->type()->as_IntConstant()->value())); break;
H A Dc1_LIR.cpp1910 case Bytecodes::_i2d: out->print("[i2d] "); break;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp1402 case Bytecodes::_i2d: // fall through
1430 case Bytecodes::_i2d: // fall through
1460 case Bytecodes::_i2d:
H A Dc1_LIRGenerator_sparc.cpp790 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
827 case Bytecodes::_i2d: {
H A Dc1_LIRAssembler_sparc.cpp683 case Bytecodes::_i2d:
685 bool is_double = (code == Bytecodes::_i2d);
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp672 case Bytecodes::_i2d:
H A DciTypeFlow.cpp1227 case Bytecodes::_i2d:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1336 case Bytecodes._i2d:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1536 case Bytecodes::_i2d:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2150 case Bytecodes::_i2d:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1338 case Bytecodes::_i2d :

Completed in 307 milliseconds

12