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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java314 _f2l = 140, // 0x8c field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp181 _f2l = 140, // 0x8c enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp435 def(_f2l , "f2l" , "b" , NULL , T_LONG , 1, false);
H A DtemplateTable.cpp401 def(Bytecodes::_f2l , ____|____|____|____, ftos, ltos, convert , _ );
H A DbytecodeInterpreter.cpp1321 CASE(_f2l): /* convert top of stack float to long */
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp638 case Bytecodes::_f2l:
H A DsharkBlock.cpp676 case Bytecodes::_f2l:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java179 public static final int _f2l = 140; // 0x8c field in class:Bytecodes
700 def(_f2l , "f2l" , "b" , null , BasicType.getTLong() , 1, 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
795 case Bytecodes::_f2l:
809 case Bytecodes::_f2l:
H A DtemplateTable_sparc.cpp1410 case Bytecodes::_f2l: // fall through
1425 case Bytecodes::_f2l: // fall through
1529 case Bytecodes::_f2l:
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp756 case Bytecodes::_f2l:
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp615 case Bytecodes::_f2l:
H A DtemplateTable_x86_32.cpp1436 case Bytecodes::_f2l: // fall through
1451 case Bytecodes::_f2l: // fall through
1523 case Bytecodes::_f2l:
H A DtemplateTable_x86_64.cpp1446 case Bytecodes::_f2l: // fall through
1461 case Bytecodes::_f2l: // fall through
1516 case Bytecodes::_f2l:
H A Dc1_LIRGenerator_x86.cpp938 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
969 case Bytecodes::_f2l: fixed_input = true; fixed_result = true; round_result = false; needs_stub = false; break;
H A Dc1_LIRAssembler_x86.cpp1554 case Bytecodes::_f2l:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp498 case Bytecodes::_f2l: set_constant(SharedRuntime::f2l(x->value()->type()->as_FloatConstant()->value())); break;
H A Dc1_LIR.cpp1907 case Bytecodes::_f2l: out->print("[f2l] "); break;
H A Dc1_GraphBuilder.cpp2630 case Bytecodes::_f2l : convert(code, T_FLOAT , T_LONG ); break;
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp673 case Bytecodes::_f2l:
H A DciTypeFlow.cpp1136 case Bytecodes::_f2l:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1337 case Bytecodes._f2l:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1537 case Bytecodes::_f2l:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1909 case Bytecodes::_f2l:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1366 case Bytecodes::_f2l :

Completed in 179 milliseconds