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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java40 public static final int _aconst_null = 1; // 0x01 field in class:Bytecodes
392 public static boolean isZeroConst (int code) { return (code == _aconst_null || code == _iconst_0
561 def(_aconst_null , "aconst_null" , "b" , null , BasicType.getTObject() , 1, false);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp42 _aconst_null = 1, // 0x01 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.java175 _aconst_null = 1, // 0x01 field in class:Constants

Completed in 45 milliseconds