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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java184 _lconst_1 = 10, // 0x0a field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp51 _lconst_1 = 10, // 0x0a enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp305 def(_lconst_1 , "lconst_1" , "b" , NULL , T_LONG , 2, false);
H A DtemplateTable.cpp271 def(Bytecodes::_lconst_1 , ____|____|____|____, vtos, ltos, lconst , 1 );
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp274 case Bytecodes::_lconst_1:
H A DsharkBlock.cpp143 case Bytecodes::_lconst_1:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java49 public static final int _lconst_1 = 10; // 0x0a field in class:Bytecodes
570 def(_lconst_1 , "lconst_1" , "b" , null , BasicType.getTLong() , 2, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp674 case Bytecodes::_lconst_1:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp385 case Bytecodes::_lconst_1:
H A DciTypeFlow.cpp1385 case Bytecodes::_lconst_1:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1179 case Bytecodes._lconst_1:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1379 case Bytecodes::_lconst_1:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1401 case Bytecodes::_lconst_1:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp702 case Bytecodes::_lconst_1 :
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2500 case Bytecodes::_lconst_1 : lpush(append(new Constant(new LongConstant ( 1)))); break;

Completed in 84 milliseconds