Searched defs:_iconst_0 (Results 1 - 3 of 3) sorted by relevance

/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/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
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java177 _iconst_0 = 3, // 0x03 field in class:Constants

Completed in 48 milliseconds