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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java186 _fconst_1 = 12, // 0x0c field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp53 _fconst_1 = 12, // 0x0c enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp307 def(_fconst_1 , "fconst_1" , "b" , NULL , T_FLOAT , 1, false);
H A DtemplateTable.cpp273 def(Bytecodes::_fconst_1 , ____|____|____|____, vtos, ftos, fconst , 1 );
H A DbytecodeInterpreter.cpp935 OPC_CONST_n(_fconst_1, FLOAT, 1.0);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp280 case Bytecodes::_fconst_1:
H A DsharkBlock.cpp150 case Bytecodes::_fconst_1:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java51 public static final int _fconst_1 = 12; // 0x0c field in class:Bytecodes
572 def(_fconst_1 , "fconst_1" , "b" , null , BasicType.getTFloat() , 1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp669 case Bytecodes::_fconst_1:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp378 case Bytecodes::_fconst_1:
H A DciTypeFlow.cpp1178 case Bytecodes::_fconst_1:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1173 case Bytecodes._fconst_1:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1373 case Bytecodes::_fconst_1:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1409 case Bytecodes::_fconst_1:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp708 case Bytecodes::_fconst_1 :
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2502 case Bytecodes::_fconst_1 : fpush(append(new Constant(new FloatConstant ( 1)))); break;

Completed in 130 milliseconds