Searched refs:_lstore (Results 1 - 21 of 21) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeStore.java45 case Bytecodes._lstore:
H A DBytecodeDisassembler.java95 addBytecodeClass(Bytecodes._lstore, BytecodeStore.class);
H A DBytecodes.java94 public static final int _lstore = 55; // 0x37 field in class:Bytecodes
615 def(_lstore , "lstore" , "bi" , "wbii" , BasicType.getTVoid() , -2, false);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java229 _lstore = 55, // 0x37 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp96 _lstore = 55, // 0x37 enumerator in enum:Bytecodes::Code
H A Drewriter.cpp113 case Bytecodes::_lstore:
H A DbytecodeTracer.cpp416 case Bytecodes::_lstore:
H A DtemplateTable.cpp316 def(Bytecodes::_lstore , ubcp|____|____|____, ltos, vtos, lstore , _ );
471 def(Bytecodes::_lstore , ubcp|____|____|iswd, vtos, vtos, wide_lstore , _ );
H A Dbytecodes.cpp350 def(_lstore , "lstore" , "bi" , "wbii" , T_VOID , -2, false);
H A DbytecodeInterpreter.cpp1017 CASE(_lstore):
1057 case Bytecodes::_lstore:
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp244 case Bytecodes::_lstore : // fall through
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp404 case Bytecodes::_lstore:
H A DsharkBlock.cpp267 case Bytecodes::_lstore:
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp873 case Bytecodes::_lstore:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp482 case Bytecodes::_lstore:
H A DciTypeFlow.cpp1424 case Bytecodes::_lstore: store_local_long(str->get_index()); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp673 opcode != Bytecodes::_lstore && opcode != Bytecodes::_fload &&
917 case Bytecodes::_lstore :
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1233 case Bytecodes._lstore:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1433 case Bytecodes::_lstore:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1565 case Bytecodes::_lstore:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp246 case Bytecodes::_lstore: store_two(current, s.get_index()); break;
2545 case Bytecodes::_lstore : store_local(longType , s.get_index()); break;

Completed in 107 milliseconds