Searched defs:StackSize (Results 1 – 2 of 2) sorted by relevance
20 pub type StackSize = u32; typedef107 pub fn new(kind: StackSlotKind, size: StackSize, align_shift: u8) -> Self { in new()120 size: StackSize, in new_with_key()168 pub fn alignment(&self, max_align: StackSize) -> StackSize { in alignment()
1295 ) -> Result<(StackSlot, StackSize, StackAlignment, AACategory)> { in stack_slot_with_size() argument