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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java180 _iconst_3 = 6, // 0x06 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp47 _iconst_3 = 6, // 0x06 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp301 def(_iconst_3 , "iconst_3" , "b" , NULL , T_INT , 1, false);
H A DtemplateTable.cpp267 def(Bytecodes::_iconst_3 , ____|____|____|____, vtos, itos, iconst , 3 );
H A DbytecodeInterpreter.cpp931 OPC_CONST_n(_iconst_3, INT, 3);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp264 case Bytecodes::_iconst_3:
H A DsharkBlock.cpp130 case Bytecodes::_iconst_3:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java45 public static final int _iconst_3 = 6; // 0x06 field in class:Bytecodes
566 def(_iconst_3 , "iconst_3" , "b" , null , BasicType.getTInt() , 1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp665 case Bytecodes::_iconst_3:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp374 case Bytecodes::_iconst_3:
H A DciTypeFlow.cpp971 case Bytecodes::_iconst_3:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1169 case Bytecodes._iconst_3:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1369 case Bytecodes::_iconst_3:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1429 case Bytecodes::_iconst_3: push(intcon( 3)); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp695 case Bytecodes::_iconst_3 :
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2496 case Bytecodes::_iconst_3 : ipush(append(new Constant(new IntConstant ( 3)))); break;

Completed in 91 milliseconds