Searched refs:_lconst_0 (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java183 _lconst_0 = 9, // 0x09 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp50 _lconst_0 = 9, // 0x09 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp304 def(_lconst_0 , "lconst_0" , "b" , NULL , T_LONG , 2, false);
H A DtemplateTable.cpp270 def(Bytecodes::_lconst_0 , ____|____|____|____, vtos, ltos, lconst , 0 );
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp270 case Bytecodes::_lconst_0:
H A DsharkBlock.cpp140 case Bytecodes::_lconst_0:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java48 public static final int _lconst_0 = 9; // 0x09 field in class:Bytecodes
569 def(_lconst_0 , "lconst_0" , "b" , null , BasicType.getTLong() , 2, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp673 case Bytecodes::_lconst_0:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp384 case Bytecodes::_lconst_0:
H A DciTypeFlow.cpp1384 case Bytecodes::_lconst_0:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1178 case Bytecodes._lconst_0:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1378 case Bytecodes::_lconst_0:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1397 case Bytecodes::_lconst_0:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp701 case Bytecodes::_lconst_0 :
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2499 case Bytecodes::_lconst_0 : lpush(append(new Constant(new LongConstant ( 0)))); break;

Completed in 116 milliseconds