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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java178 _iconst_1 = 4, // 0x04 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp45 _iconst_1 = 4, // 0x04 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp299 def(_iconst_1 , "iconst_1" , "b" , NULL , T_INT , 1, false);
H A DtemplateTable.cpp265 def(Bytecodes::_iconst_1 , ____|____|____|____, vtos, itos, iconst , 1 );
H A DbytecodeInterpreter.cpp929 OPC_CONST_n(_iconst_1, INT, 1);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp262 case Bytecodes::_iconst_1:
H A DsharkBlock.cpp124 case Bytecodes::_iconst_1:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java43 public static final int _iconst_1 = 4; // 0x04 field in class:Bytecodes
564 def(_iconst_1 , "iconst_1" , "b" , null , BasicType.getTInt() , 1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp663 case Bytecodes::_iconst_1:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp372 case Bytecodes::_iconst_1:
H A DciTypeFlow.cpp969 case Bytecodes::_iconst_1:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1167 case Bytecodes._iconst_1:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1367 case Bytecodes::_iconst_1:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1427 case Bytecodes::_iconst_1: push(intcon( 1)); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp693 case Bytecodes::_iconst_1 :
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2494 case Bytecodes::_iconst_1 : ipush(append(new Constant(intOne ))); break;

Completed in 115 milliseconds