Searched refs:_fconst_0 (Results 1 - 16 of 16) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp52 _fconst_0 = 11, // 0x0b enumerator in enum:Bytecodes::Code
424 || code == _fconst_0 || code == _dconst_0); }
H A Dbytecodes.cpp306 def(_fconst_0 , "fconst_0" , "b" , NULL , T_FLOAT , 1, false);
H A DtemplateTable.cpp272 def(Bytecodes::_fconst_0 , ____|____|____|____, vtos, ftos, fconst , 0 );
H A DbytecodeInterpreter.cpp934 OPC_CONST_n(_fconst_0, FLOAT, 0.0);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java185 _fconst_0 = 11, // 0x0b field in class:Constants
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java50 public static final int _fconst_0 = 11; // 0x0b field in class:Bytecodes
393 || code == _fconst_0 || code == _dconst_0); }
571 def(_fconst_0 , "fconst_0" , "b" , null , BasicType.getTFloat() , 1, false);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp279 case Bytecodes::_fconst_0:
H A DsharkBlock.cpp147 case Bytecodes::_fconst_0:
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp668 case Bytecodes::_fconst_0:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp377 case Bytecodes::_fconst_0:
H A DciTypeFlow.cpp1177 case Bytecodes::_fconst_0:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1172 case Bytecodes._fconst_0:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1372 case Bytecodes::_fconst_0:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1405 case Bytecodes::_fconst_0:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp707 case Bytecodes::_fconst_0 :
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2501 case Bytecodes::_fconst_0 : fpush(append(new Constant(new FloatConstant ( 0)))); break;

Completed in 131 milliseconds