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

12

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java313 _f2i = 139, // 0x8b field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp180 _f2i = 139, // 0x8b enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp434 def(_f2i , "f2i" , "b" , NULL , T_INT , 0, false);
H A DtemplateTable.cpp400 def(Bytecodes::_f2i , ____|____|____|____, ftos, itos, convert , _ );
H A DbytecodeInterpreter.cpp1317 CASE(_f2i): /* Convert top of stack float to int */
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp634 case Bytecodes::_f2i:
H A DsharkBlock.cpp671 case Bytecodes::_f2i:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java178 public static final int _f2i = 139; // 0x8b field in class:Bytecodes
699 def(_f2i , "f2i" , "b" , null , BasicType.getTInt() , 0, 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.cpp604 case Bytecodes::_f2i:
H A DtemplateTable_x86_32.cpp1435 case Bytecodes::_f2i: // fall through
1445 case Bytecodes::_f2i: // fall through
1518 case Bytecodes::_f2i:
H A DtemplateTable_x86_64.cpp1445 case Bytecodes::_f2i: // fall through
1455 case Bytecodes::_f2i: // fall through
1506 case Bytecodes::_f2i:
H A Dc1_LIRGenerator_x86.cpp938 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
965 case Bytecodes::_f2i: fixed_input = false; fixed_result = false; round_result = false; needs_stub = true; break;
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp743 case Bytecodes::_f2i:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp497 case Bytecodes::_f2i: set_constant(SharedRuntime::f2i(x->value()->type()->as_FloatConstant()->value())); break;
H A Dc1_LIR.cpp1906 case Bytecodes::_f2i: out->print("[f2i] "); break;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp1409 case Bytecodes::_f2i: // fall through
1419 case Bytecodes::_f2i: // fall through
1511 case Bytecodes::_f2i: {
H A Dc1_LIRGenerator_sparc.cpp790 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
858 case Bytecodes::_f2i: {
H A Dc1_LIRAssembler_sparc.cpp695 case Bytecodes::_f2i:{
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp679 case Bytecodes::_f2i:
H A DciTypeFlow.cpp1130 case Bytecodes::_f2i:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1321 case Bytecodes._f2i:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1521 case Bytecodes::_f2i:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1859 case Bytecodes::_f2i:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1360 case Bytecodes::_f2i :

Completed in 165 milliseconds

12