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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java237 _lstore_0 = 63, // 0x3f field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp104 _lstore_0 = 63, // 0x3f enumerator in enum:Bytecodes::Code
H A Drewriter.cpp121 case Bytecodes::_lstore_0:
H A Dbytecodes.cpp358 def(_lstore_0 , "lstore_0" , "b" , NULL , T_VOID , -2, false);
H A DtemplateTable.cpp324 def(Bytecodes::_lstore_0 , ____|____|____|____, ltos, vtos, lstore , 0 );
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp364 case Bytecodes::_lstore_0:
H A DsharkBlock.cpp239 case Bytecodes::_lstore_0:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java102 public static final int _lstore_0 = 63; // 0x3f field in class:Bytecodes
623 def(_lstore_0 , "lstore_0" , "b" , null , BasicType.getTVoid() , -2, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp878 case Bytecodes::_lstore_0:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp484 case Bytecodes::_lstore_0:
H A DciTypeFlow.cpp1425 case Bytecodes::_lstore_0: store_local_long(0); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp920 case Bytecodes::_lstore_0 :
924 index = opcode - Bytecodes::_lstore_0;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1247 case Bytecodes._lstore_0:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1447 case Bytecodes::_lstore_0:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1553 case Bytecodes::_lstore_0:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp254 case Bytecodes::_lstore_0: store_two(current, 0); break;
2553 case Bytecodes::_lstore_0 : store_local(longType , 0); break;

Completed in 111 milliseconds