Searched refs:StackAlignmentInSlots (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp46 const int StackAlignmentInSlots = StackAlignmentInBytes / VMRegImpl::stack_slot_size; variable
1738 stack_slots = round_to(stack_slots, StackAlignmentInSlots);
H A DsharedRuntime_x86_64.cpp46 const int StackAlignmentInSlots = StackAlignmentInBytes / VMRegImpl::stack_slot_size; variable
1965 stack_slots = round_to(stack_slots, StackAlignmentInSlots);

Completed in 52 milliseconds