Searched refs:iconst (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateTable.cpp263 def(Bytecodes::_iconst_m1 , ____|____|____|____, vtos, itos, iconst , -1 );
264 def(Bytecodes::_iconst_0 , ____|____|____|____, vtos, itos, iconst , 0 );
265 def(Bytecodes::_iconst_1 , ____|____|____|____, vtos, itos, iconst , 1 );
266 def(Bytecodes::_iconst_2 , ____|____|____|____, vtos, itos, iconst , 2 );
267 def(Bytecodes::_iconst_3 , ____|____|____|____, vtos, itos, iconst , 3 );
268 def(Bytecodes::_iconst_4 , ____|____|____|____, vtos, itos, iconst , 4 );
269 def(Bytecodes::_iconst_5 , ____|____|____|____, vtos, itos, iconst , 5 );
H A DtemplateTable.hpp142 static void iconst(int value);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp606 int iconst = right_arg->get_jint_constant(); local
607 if (iconst > 0) {
608 if (is_power_of_2(iconst)) {
610 } else if (is_power_of_2(iconst - 1) || is_power_of_2(iconst + 1)) {
H A DtemplateTable_x86_32.cpp296 void TemplateTable::iconst(int value) { function in class:TemplateTable
H A DtemplateTable_x86_64.cpp299 void TemplateTable::iconst(int value) { function in class:TemplateTable
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp242 void TemplateTable::iconst(int value) { function in class:TemplateTable

Completed in 69 milliseconds