Searched refs:STACK_ALIGN (Results 1 – 3 of 3) sorted by relevance
45 STACK_ALIGN = 's' ///< Stack objects alignment enumerator
198 case 's': AlignType = STACK_ALIGN; break; in init()501 if (Alignments[i].AlignType == STACK_ALIGN) in getCallFrameTypeAlignment()
109 return Max(STACK_ALIGN, 16); in ActivationFrameAlignment()