Searched refs:_fcmpg (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java324 _fcmpg = 150, // 0x96 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp191 _fcmpg = 150, // 0x96 enumerator in enum:Bytecodes::Code
H A Dinterpreter.cpp409 case Bytecodes::_fcmpg :
H A Dbytecodes.cpp445 def(_fcmpg , "fcmpg" , "b" , NULL , T_VOID , -1, false);
H A DtemplateTable.cpp411 def(Bytecodes::_fcmpg , ____|____|____|____, ftos, itos, float_cmp , 1 );
H A DbytecodeInterpreter.cpp1476 CASE(_fcmpg):
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp593 case Bytecodes::_fcmpg:
H A DsharkBlock.cpp628 case Bytecodes::_fcmpg:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java189 public static final int _fcmpg = 150; // 0x96 field in class:Bytecodes
710 def(_fcmpg , "fcmpg" , "b" , null , BasicType.getTVoid() , -1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp726 case Bytecodes::_fcmpg:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp702 case Bytecodes::_fcmpl: case Bytecodes::_fcmpg:
H A Dc1_GraphBuilder.cpp2640 case Bytecodes::_fcmpg : compare_op(floatType , code); break;
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp709 case Bytecodes::_fcmpg:
H A DciTypeFlow.cpp1169 case Bytecodes::_fcmpg:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1302 case Bytecodes._fcmpg: pp(vvCTS, vCTS); break;
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1502 case Bytecodes::_fcmpg: pp(vvCTS, vCTS); break;
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1845 case Bytecodes::_fcmpg:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1421 case Bytecodes::_fcmpg :

Completed in 122 milliseconds