Searched defs:total_save_slots (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp2031 int total_save_slots = 6 * VMRegImpl::slots_per_word; local
2129 total_save_slots = double_slots * 2 + single_slots;
2152 stack_slots += total_save_slots;
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1643 int total_save_slots = 2 * VMRegImpl::slots_per_word; // 2 arguments passed in registers local
1672 total_save_slots = double_slots * 2 + single_slots;
1680 stack_slots += total_save_slots;
H A DsharedRuntime_x86_64.cpp1876 int total_save_slots = 6 * VMRegImpl::slots_per_word; // 6 arguments passed in registers local
1905 total_save_slots = double_slots * 2 + single_slots;
1913 stack_slots += total_save_slots;

Completed in 62 milliseconds