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

/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
H A Dbytecodes.cpp296 def(_aconst_null , "aconst_null" , "b" , NULL , T_OBJECT , 1, false);
H A DtemplateTable.cpp262 def(Bytecodes::_aconst_null , ____|____|____|____, vtos, atos, aconst_null , _ );
H A DbytecodeInterpreter.cpp917 CASE(_aconst_null):
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java175 _aconst_null = 1, // 0x01 field in class:Constants
/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/shark/
H A DsharkInliner.cpp254 case Bytecodes::_aconst_null:
H A DsharkBlock.cpp114 case Bytecodes::_aconst_null:
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp659 case Bytecodes::_aconst_null:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp367 case Bytecodes::_aconst_null:
H A DciTypeFlow.cpp883 case Bytecodes::_aconst_null:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1161 case Bytecodes._aconst_null:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1361 case Bytecodes::_aconst_null:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1434 case Bytecodes::_aconst_null: push(null()); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp687 case Bytecodes::_aconst_null :
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2491 case Bytecodes::_aconst_null : apush(append(new Constant(objectNull ))); break;

Completed in 177 milliseconds