Searched refs:sipush (Results 1 - 8 of 8) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java59 sipush = 17, field in interface:ByteCodes
H A DItems.java554 code.emitop2(sipush, ival);
H A DCode.java995 case sipush:
2008 mnem[sipush] = "sipush";
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateTable.hpp148 static void sipush();
H A DtemplateTable.cpp278 def(Bytecodes::_sipush , ubcp|____|____|____, vtos, itos, sipush , _ );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp343 void TemplateTable::sipush() { function in class:TemplateTable
H A DtemplateTable_x86_64.cpp357 void TemplateTable::sipush() { function in class:TemplateTable
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp298 void TemplateTable::sipush() { function in class:TemplateTable

Completed in 70 milliseconds