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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java189 _dconst_1 = 15, // 0x0f field in class:Constants
H A DInstruction.java485 def("b", _nop, _dconst_1);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp56 _dconst_1 = 15, // 0x0f enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp310 def(_dconst_1 , "dconst_1" , "b" , NULL , T_DOUBLE , 2, false);
H A DtemplateTable.cpp276 def(Bytecodes::_dconst_1 , ____|____|____|____, vtos, dtos, dconst , 1 );
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp286 case Bytecodes::_dconst_1:
H A DsharkBlock.cpp160 case Bytecodes::_dconst_1:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java54 public static final int _dconst_1 = 15; // 0x0f field in class:Bytecodes
575 def(_dconst_1 , "dconst_1" , "b" , null , BasicType.getTDouble() , 2, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp676 case Bytecodes::_dconst_1:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp387 case Bytecodes::_dconst_1:
H A DciTypeFlow.cpp1035 case Bytecodes::_dconst_1:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1181 case Bytecodes._dconst_1: ppush(vvCTS); break;
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1381 case Bytecodes::_dconst_1: ppush(vvCTS); break;
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1421 case Bytecodes::_dconst_1:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp714 case Bytecodes::_dconst_1 :
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2505 case Bytecodes::_dconst_1 : dpush(append(new Constant(new DoubleConstant( 1)))); break;

Completed in 342 milliseconds