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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeStore.java44 case Bytecodes._istore:
H A DBytecodeDisassembler.java94 addBytecodeClass(Bytecodes._istore, BytecodeStore.class);
H A DBytecodes.java93 public static final int _istore = 54; // 0x36 field in class:Bytecodes
614 def(_istore , "istore" , "bi" , "wbii" , BasicType.getTVoid() , -1, false);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java228 _istore = 54, // 0x36 field in class:Constants
H A DInstruction.java492 def("blwbll", _istore, _astore);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp95 _istore = 54, // 0x36 enumerator in enum:Bytecodes::Code
H A Drewriter.cpp112 case Bytecodes::_istore:
H A DbytecodeTracer.cpp415 case Bytecodes::_istore:
H A DtemplateTable.cpp315 def(Bytecodes::_istore , ubcp|____|clvm|____, itos, vtos, istore , _ );
470 def(Bytecodes::_istore , ubcp|____|____|iswd, vtos, vtos, wide_istore , _ );
H A Dbytecodes.cpp349 def(_istore , "istore" , "bi" , "wbii" , T_VOID , -1, false);
H A DbytecodeInterpreter.cpp1012 CASE(_istore):
1052 case Bytecodes::_istore:
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp242 case Bytecodes::_istore : // fall through
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp399 case Bytecodes::_istore:
H A DsharkBlock.cpp266 case Bytecodes::_istore:
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp898 case Bytecodes::_istore:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp470 case Bytecodes::_istore:
H A DciTypeFlow.cpp1320 case Bytecodes::_istore: store_local_int(str->get_index()); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp672 opcode != Bytecodes::_istore && opcode != Bytecodes::_astore &&
907 case Bytecodes::_istore :
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1230 case Bytecodes._istore:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1430 case Bytecodes::_istore:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1548 case Bytecodes::_istore:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp245 case Bytecodes::_istore: store_one(current, s.get_index()); break;
2544 case Bytecodes::_istore : store_local(intType , s.get_index()); break;

Completed in 122 milliseconds