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

12

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java316 _d2i = 142, // 0x8e field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp183 _d2i = 142, // 0x8e enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp437 def(_d2i , "d2i" , "b" , NULL , T_INT , -1, false);
H A DtemplateTable.cpp403 def(Bytecodes::_d2i , ____|____|____|____, dtos, itos, convert , _ );
H A DbytecodeInterpreter.cpp1340 CASE(_d2i): /* convert top of stack double to int */
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp645 case Bytecodes::_d2i:
H A DsharkBlock.cpp687 case Bytecodes::_d2i:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java181 public static final int _d2i = 142; // 0x8e field in class:Bytecodes
702 def(_d2i , "d2i" , "b" , null , BasicType.getTInt() , -1, false);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp46 assert(bytecode() == Bytecodes::_f2i || bytecode() == Bytecodes::_d2i, "other conversions do not require stub");
H A Dc1_LinearScan_x86.cpp605 case Bytecodes::_d2i:
H A DtemplateTable_x86_32.cpp1438 case Bytecodes::_d2i: // fall through
1446 case Bytecodes::_d2i: // fall through
1531 case Bytecodes::_d2i:
H A DtemplateTable_x86_64.cpp1448 case Bytecodes::_d2i: // fall through
1456 case Bytecodes::_d2i: // fall through
1530 case Bytecodes::_d2i:
H A Dc1_LIRGenerator_x86.cpp938 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
966 case Bytecodes::_d2i: fixed_input = false; fixed_result = false; round_result = false; needs_stub = true; break;
H A Dc1_LIRAssembler_x86.cpp1523 case Bytecodes::_d2i:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp790 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
797 case Bytecodes::_d2i:
815 case Bytecodes::_d2i:
H A DtemplateTable_sparc.cpp1412 case Bytecodes::_d2i: // fall through
1420 case Bytecodes::_d2i: // fall through
1544 case Bytecodes::_d2i:
1556 bytecode() == Bytecodes::_d2i
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp724 case Bytecodes::_d2i:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp500 case Bytecodes::_d2i: set_constant(SharedRuntime::d2i(x->value()->type()->as_DoubleConstant()->value())); break;
H A Dc1_LIR.cpp1903 case Bytecodes::_d2i: out->print("[d2i] "); break;
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp685 case Bytecodes::_d2i:
H A DciTypeFlow.cpp987 case Bytecodes::_d2i:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1300 case Bytecodes._d2i:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1500 case Bytecodes::_d2i:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1864 case Bytecodes::_d2i:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1380 case Bytecodes::_d2i :

Completed in 170 milliseconds

12