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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java182 _iconst_5 = 8, // 0x08 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp49 _iconst_5 = 8, // 0x08 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp303 def(_iconst_5 , "iconst_5" , "b" , NULL , T_INT , 1, false);
H A DtemplateTable.cpp269 def(Bytecodes::_iconst_5 , ____|____|____|____, vtos, itos, iconst , 5 );
H A DbytecodeInterpreter.cpp933 OPC_CONST_n(_iconst_5, INT, 5);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp266 case Bytecodes::_iconst_5:
H A DsharkBlock.cpp136 case Bytecodes::_iconst_5:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java47 public static final int _iconst_5 = 8; // 0x08 field in class:Bytecodes
568 def(_iconst_5 , "iconst_5" , "b" , null , BasicType.getTInt() , 1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp667 case Bytecodes::_iconst_5:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp376 case Bytecodes::_iconst_5:
H A DciTypeFlow.cpp973 case Bytecodes::_iconst_5:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1171 case Bytecodes._iconst_5:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1371 case Bytecodes::_iconst_5:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1431 case Bytecodes::_iconst_5: push(intcon( 5)); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp697 case Bytecodes::_iconst_5 :
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2498 case Bytecodes::_iconst_5 : ipush(append(new Constant(new IntConstant ( 5)))); break;

Completed in 107 milliseconds