Searched refs:_istore_2 (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java235 _istore_2 = 61, // 0x3d field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp102 _istore_2 = 61, // 0x3d enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp356 def(_istore_2 , "istore_2" , "b" , NULL , T_VOID , -1, false);
H A DtemplateTable.cpp322 def(Bytecodes::_istore_2 , ____|____|____|____, itos, vtos, istore , 2 );
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp379 case Bytecodes::_istore_2:
H A DsharkBlock.cpp252 case Bytecodes::_istore_2:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java100 public static final int _istore_2 = 61; // 0x3d field in class:Bytecodes
621 def(_istore_2 , "istore_2" , "b" , null , BasicType.getTVoid() , -1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp916 case Bytecodes::_istore_2:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp474 case Bytecodes::_istore_2:
H A DciTypeFlow.cpp1323 case Bytecodes::_istore_2: store_local_int(2); break;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1242 case Bytecodes._istore_2:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1442 case Bytecodes::_istore_2:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1538 case Bytecodes::_istore_2:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp252 case Bytecodes::_istore_2: store_one(current, 2); break;
2551 case Bytecodes::_istore_2 : store_local(intType , 2); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp912 case Bytecodes::_istore_2 :

Completed in 102 milliseconds