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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java181 _iconst_4 = 7, // 0x07 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp48 _iconst_4 = 7, // 0x07 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp302 def(_iconst_4 , "iconst_4" , "b" , NULL , T_INT , 1, false);
H A DtemplateTable.cpp268 def(Bytecodes::_iconst_4 , ____|____|____|____, vtos, itos, iconst , 4 );
H A DbytecodeInterpreter.cpp932 OPC_CONST_n(_iconst_4, INT, 4);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp265 case Bytecodes::_iconst_4:
H A DsharkBlock.cpp133 case Bytecodes::_iconst_4:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java46 public static final int _iconst_4 = 7; // 0x07 field in class:Bytecodes
567 def(_iconst_4 , "iconst_4" , "b" , null , BasicType.getTInt() , 1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp666 case Bytecodes::_iconst_4:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp375 case Bytecodes::_iconst_4:
H A DciTypeFlow.cpp972 case Bytecodes::_iconst_4:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1170 case Bytecodes._iconst_4:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1370 case Bytecodes::_iconst_4:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1430 case Bytecodes::_iconst_4: push(intcon( 4)); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp696 case Bytecodes::_iconst_4 :
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2497 case Bytecodes::_iconst_4 : ipush(append(new Constant(new IntConstant ( 4)))); break;

Completed in 120 milliseconds