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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java312 _l2d = 138, // 0x8a field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp179 _l2d = 138, // 0x8a enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp433 def(_l2d , "l2d" , "b" , NULL , T_DOUBLE , 0, false);
H A DtemplateTable.cpp399 def(Bytecodes::_l2d , ____|____|____|____, ltos, dtos, convert , _ );
H A DbytecodeInterpreter.cpp1309 CASE(_l2d): /* convert top of stack long to double */
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp627 case Bytecodes::_l2d:
H A DsharkBlock.cpp665 case Bytecodes::_l2d:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java177 public static final int _l2d = 138; // 0x8a field in class:Bytecodes
698 def(_l2d , "l2d" , "b" , null , BasicType.getTDouble() , 0, false);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp790 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
799 case Bytecodes::_l2d: {
806 case Bytecodes::_l2d:
H A DtemplateTable_sparc.cpp1408 case Bytecodes::_l2d: tos_in = ltos; break;
1431 case Bytecodes::_l2d: // fall through
1491 case Bytecodes::_l2d:
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp749 case Bytecodes::_l2d:
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp595 case Bytecodes::_l2d:
H A DtemplateTable_x86_32.cpp1434 case Bytecodes::_l2d: tos_in = ltos; break;
1457 case Bytecodes::_l2d: // fall through
1510 case Bytecodes::_l2d:
H A DtemplateTable_x86_64.cpp1444 case Bytecodes::_l2d: tos_in = ltos; break;
1467 case Bytecodes::_l2d: // fall through
1503 case Bytecodes::_l2d:
H A Dc1_LIRGenerator_x86.cpp938 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
968 case Bytecodes::_l2d: fixed_input = false; fixed_result = UseSSE >= 2; round_result = UseSSE < 2; needs_stub = false; break;
H A Dc1_LIRAssembler_x86.cpp1544 case Bytecodes::_l2d:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp495 case Bytecodes::_l2d: set_constant(SharedRuntime::l2d(x->value()->type()->as_LongConstant()->value())); break;
H A Dc1_LIR.cpp1916 case Bytecodes::_l2d: out->print("[l2d] "); break;
H A Dc1_GraphBuilder.cpp2628 case Bytecodes::_l2d : convert(code, T_LONG , T_DOUBLE); break;
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp690 case Bytecodes::_l2d:
H A DciTypeFlow.cpp1329 case Bytecodes::_l2d:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1328 case Bytecodes._l2d:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1528 case Bytecodes::_l2d:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1900 case Bytecodes::_l2d:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1352 case Bytecodes::_l2d :

Completed in 141 milliseconds