Searched refs:_astore (Results 1 - 22 of 22) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeStore.java48 case Bytecodes._astore:
H A DBytecodeDisassembler.java98 addBytecodeClass(Bytecodes._astore, BytecodeStore.class);
H A DBytecodes.java97 public static final int _astore = 58; // 0x3a field in class:Bytecodes
389 public static boolean isAstore (int code) { return (code == _astore || code == _astore_0 || code == _astore_1
618 def(_astore , "astore" , "bi" , "wbii" , BasicType.getTVoid() , -1, false);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp99 _astore = 58, // 0x3a enumerator in enum:Bytecodes::Code
420 static bool is_astore (Code code) { return (code == _astore || code == _astore_0 || code == _astore_1
H A Drewriter.cpp116 case Bytecodes::_astore:
H A DbytecodeTracer.cpp419 case Bytecodes::_astore:
H A DtemplateTable.cpp319 def(Bytecodes::_astore , ubcp|____|clvm|____, vtos, vtos, astore , _ );
474 def(Bytecodes::_astore , ubcp|____|____|iswd, vtos, vtos, wide_astore , _ );
H A Dbytecodes.cpp353 def(_astore , "astore" , "bi" , "wbii" , T_VOID , -1, false);
H A DbytecodeInterpreter.cpp1008 CASE(_astore):
1048 case Bytecodes::_astore:
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java232 _astore = 58, // 0x3a field in class:Constants
H A DInstruction.java492 def("blwbll", _istore, _astore);
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp236 case Bytecodes::_astore : // fall through
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp401 case Bytecodes::_astore:
H A DsharkBlock.cpp270 case Bytecodes::_astore:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1436 case Bytecodes::_astore: do_astore(itr->get_index()); break;
2346 return rewrite_load_or_store(itr, Bytecodes::_astore, Bytecodes::_astore_0, to);
2359 // bcN : either _aload or _astore
2362 assert(bcN == Bytecodes::_astore || bcN == Bytecodes::_aload, "wrong argument (bcN)");
2459 case Bytecodes::_astore:
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp900 case Bytecodes::_astore:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp494 case Bytecodes::_astore:
H A DciTypeFlow.cpp932 case Bytecodes::_astore: store_local_object(str->get_index()); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp672 opcode != Bytecodes::_istore && opcode != Bytecodes::_astore &&
947 case Bytecodes::_astore :
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1236 case Bytecodes._astore: doAstore(itr.getIndex()); break;
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1549 case Bytecodes::_astore:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp249 case Bytecodes::_astore: store_one(current, s.get_index()); break;
2548 case Bytecodes::_astore : store_local(objectType, s.get_index()); break;

Completed in 114 milliseconds