Home
last modified time | relevance | path

Searched defs:StackSize (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dstackslot.rs20 pub type StackSize = u32; typedef
107 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()
/wasmtime-44.0.1/cranelift/fuzzgen/src/
H A Dfunction_generator.rs1295 ) -> Result<(StackSlot, StackSize, StackAlignment, AACategory)> { in stack_slot_with_size() argument