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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp44 _iconst_0 = 3, // 0x03 enumerator in enum:Bytecodes::Code
423 static bool is_zero_const (Code code) { return (code == _aconst_null || code == _iconst_0
H A Dbytecodes.cpp298 def(_iconst_0 , "iconst_0" , "b" , NULL , T_INT , 1, false);
H A DtemplateTable.cpp264 def(Bytecodes::_iconst_0 , ____|____|____|____, vtos, itos, iconst , 0 );
H A DbytecodeInterpreter.cpp928 OPC_CONST_n(_iconst_0, INT, 0);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java177 _iconst_0 = 3, // 0x03 field in class:Constants
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java42 public static final int _iconst_0 = 3; // 0x03 field in class:Bytecodes
392 public static boolean isZeroConst (int code) { return (code == _aconst_null || code == _iconst_0
563 def(_iconst_0 , "iconst_0" , "b" , null , BasicType.getTInt() , 1, false);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp258 case Bytecodes::_iconst_0:
H A DsharkBlock.cpp121 case Bytecodes::_iconst_0:
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp662 case Bytecodes::_iconst_0:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp371 case Bytecodes::_iconst_0:
H A DciTypeFlow.cpp968 case Bytecodes::_iconst_0:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1166 case Bytecodes._iconst_0:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1366 case Bytecodes::_iconst_0:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1426 case Bytecodes::_iconst_0: push(intcon( 0)); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp692 case Bytecodes::_iconst_0 :
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2493 case Bytecodes::_iconst_0 : ipush(append(new Constant(intZero ))); break;

Completed in 115 milliseconds