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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp116 _astore_0 = 75, // 0x4b enumerator in enum:Bytecodes::Code
420 static bool is_astore (Code code) { return (code == _astore || code == _astore_0 || code == _astore_1
H A Drewriter.cpp124 case Bytecodes::_astore_0:
H A Dbytecodes.cpp370 def(_astore_0 , "astore_0" , "b" , NULL , T_VOID , -1, false);
H A DtemplateTable.cpp336 def(Bytecodes::_astore_0 , ____|____|____|____, vtos, vtos, astore , 0 );
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java249 _astore_0 = 75, // 0x4b field in class:Constants
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java114 public static final int _astore_0 = 75; // 0x4b field in class:Bytecodes
389 public static boolean isAstore (int code) { return (code == _astore || code == _astore_0 || code == _astore_1
635 def(_astore_0 , "astore_0" , "b" , null , BasicType.getTVoid() , -1, false);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp361 case Bytecodes::_astore_0:
H A DsharkBlock.cpp242 case Bytecodes::_astore_0:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1456 case Bytecodes::_astore_0: do_astore(0); break;
2346 return rewrite_load_or_store(itr, Bytecodes::_astore, Bytecodes::_astore_0, to);
2360 // bc0 : either _aload_0 or _astore_0
2363 assert(bc0 == Bytecodes::_astore_0 || bc0 == Bytecodes::_aload_0, "wrong argument (bc0)");
2453 case Bytecodes::_astore_0:
2457 *index = bc - Bytecodes::_astore_0;
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp906 case Bytecodes::_astore_0:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp497 case Bytecodes::_astore_0:
H A DciTypeFlow.cpp933 case Bytecodes::_astore_0: store_local_object(0); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp950 case Bytecodes::_astore_0 :
954 index = opcode - Bytecodes::_astore_0;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1256 case Bytecodes._astore_0: doAstore(0); break;
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1529 case Bytecodes::_astore_0:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp266 case Bytecodes::_astore_0: store_one(current, 0); break;
2565 case Bytecodes::_astore_0 : store_local(objectType, 0); break;

Completed in 106 milliseconds