Searched refs:istore (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DinterpreterRT_sparc.hpp34 static address istore(JavaThread* thread);
H A DtemplateTable_sparc.cpp758 void TemplateTable::istore() {
960 void TemplateTable::istore(int n) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java96 istore = 54, field in interface:ByteCodes
H A DItems.java400 code.emitop1w(istore + Code.truncate(typecode), reg);
H A DCode.java942 case istore:
2045 mnem[istore] = "istore";
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateTable.hpp186 static void istore();
207 static void istore(int n);
H A DtemplateTable.cpp237 #define istore TemplateTable::istore macro
315 def(Bytecodes::_istore , ubcp|____|clvm|____, itos, vtos, istore , _ );
320 def(Bytecodes::_istore_0 , ____|____|____|____, itos, vtos, istore , 0 );
321 def(Bytecodes::_istore_1 , ____|____|____|____, itos, vtos, istore , 1 );
322 def(Bytecodes::_istore_2 , ____|____|____|____, itos, vtos, istore , 2 );
323 def(Bytecodes::_istore_3 , ____|____|____|____, itos, vtos, istore , 3 );
532 #undef istore macro
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DMode.java1432 pattern = "iload iload swap istore";
1440 com.sun.org.apache.bcel.internal.generic.ISTORE istore =
1447 iload2.getIndex() == istore.getIndex())
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp847 void TemplateTable::istore() { function in class:TemplateTable
1045 void TemplateTable::istore(int n) { function in class:TemplateTable
H A DtemplateTable_x86_64.cpp868 void TemplateTable::istore() { function in class:TemplateTable
1077 void TemplateTable::istore(int n) { function in class:TemplateTable

Completed in 78 milliseconds