Searched refs:lstore (Results 1 - 7 of 7) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java97 lstore = 55, field in interface:ByteCodes
H A DCode.java938 case lstore:
2046 mnem[lstore] = "lstore";
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateTable.hpp187 static void lstore();
208 static void lstore(int n);
H A DtemplateTable.cpp238 #define lstore TemplateTable::lstore macro
316 def(Bytecodes::_lstore , ubcp|____|____|____, ltos, vtos, lstore , _ );
324 def(Bytecodes::_lstore_0 , ____|____|____|____, ltos, vtos, lstore , 0 );
325 def(Bytecodes::_lstore_1 , ____|____|____|____, ltos, vtos, lstore , 1 );
326 def(Bytecodes::_lstore_2 , ____|____|____|____, ltos, vtos, lstore , 2 );
327 def(Bytecodes::_lstore_3 , ____|____|____|____, ltos, vtos, lstore , 3 );
533 #undef lstore macro
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp854 void TemplateTable::lstore() { function in class:TemplateTable
1051 void TemplateTable::lstore(int n) { function in class:TemplateTable
H A DtemplateTable_x86_64.cpp874 void TemplateTable::lstore() { function in class:TemplateTable
1082 void TemplateTable::lstore(int n) { function in class:TemplateTable
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp765 void TemplateTable::lstore() {
966 void TemplateTable::lstore(int n) {

Completed in 69 milliseconds