Searched refs:_istore_0 (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java233 _istore_0 = 59, // 0x3b field in class:Constants
H A DInstruction.java493 def("b", _istore_0, _lxor);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp100 _istore_0 = 59, // 0x3b enumerator in enum:Bytecodes::Code
H A Drewriter.cpp120 case Bytecodes::_istore_0:
H A Dbytecodes.cpp354 def(_istore_0 , "istore_0" , "b" , NULL , T_VOID , -1, false);
H A DtemplateTable.cpp320 def(Bytecodes::_istore_0 , ____|____|____|____, itos, vtos, istore , 0 );
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp359 case Bytecodes::_istore_0:
H A DsharkBlock.cpp238 case Bytecodes::_istore_0:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java98 public static final int _istore_0 = 59; // 0x3b field in class:Bytecodes
619 def(_istore_0 , "istore_0" , "b" , null , BasicType.getTVoid() , -1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp904 case Bytecodes::_istore_0:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp472 case Bytecodes::_istore_0:
H A DciTypeFlow.cpp1321 case Bytecodes::_istore_0: store_local_int(0); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp910 case Bytecodes::_istore_0 :
914 index = opcode - Bytecodes::_istore_0;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1238 case Bytecodes._istore_0:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1438 case Bytecodes::_istore_0:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1528 case Bytecodes::_istore_0:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp250 case Bytecodes::_istore_0: store_one(current, 0); break;
2549 case Bytecodes::_istore_0 : store_local(intType , 0); break;

Completed in 113 milliseconds