Searched refs:single_slots (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1648 int single_slots = 0; local
1658 case T_INT: single_slots++; break;
1664 case T_FLOAT: single_slots++; break;
1672 total_save_slots = double_slots * 2 + single_slots;
H A DsharedRuntime_x86_64.cpp1881 int single_slots = 0; local
1890 case T_INT: single_slots++; break;
1897 case T_FLOAT: single_slots++; break;
1905 total_save_slots = double_slots * 2 + single_slots;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp2107 int single_slots = 0; local
2123 case T_FLOAT: single_slots++; break;
2129 total_save_slots = double_slots * 2 + single_slots;

Completed in 88 milliseconds