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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java187 _fconst_2 = 13, // 0x0d field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp54 _fconst_2 = 13, // 0x0d enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp308 def(_fconst_2 , "fconst_2" , "b" , NULL , T_FLOAT , 1, false);
H A DtemplateTable.cpp274 def(Bytecodes::_fconst_2 , ____|____|____|____, vtos, ftos, fconst , 2 );
H A DbytecodeInterpreter.cpp936 OPC_CONST_n(_fconst_2, FLOAT, 2.0);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp281 case Bytecodes::_fconst_2:
H A DsharkBlock.cpp153 case Bytecodes::_fconst_2:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java52 public static final int _fconst_2 = 13; // 0x0d field in class:Bytecodes
573 def(_fconst_2 , "fconst_2" , "b" , null , BasicType.getTFloat() , 1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp670 case Bytecodes::_fconst_2:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp379 case Bytecodes::_fconst_2:
H A DciTypeFlow.cpp1179 case Bytecodes::_fconst_2:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1174 case Bytecodes._fconst_2:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1374 case Bytecodes::_fconst_2:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1413 case Bytecodes::_fconst_2:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp709 case Bytecodes::_fconst_2 :
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2503 case Bytecodes::_fconst_2 : fpush(append(new Constant(new FloatConstant ( 2)))); break;

Completed in 132 milliseconds