Searched refs:StackSize (Results 1 – 2 of 2) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/ir/ |
| H A D | stackslot.rs | 20 pub type StackSize = u32; typedef 65 pub size: StackSize, 107 pub fn new(kind: StackSlotKind, size: StackSize, align_shift: u8) -> Self { in new() argument 120 size: StackSize, in new_with_key() argument 168 pub fn alignment(&self, max_align: StackSize) -> StackSize { in alignment() argument
|
| /wasmtime-44.0.1/cranelift/fuzzgen/src/ |
| H A D | function_generator.rs | 9 use cranelift::codegen::ir::stackslot::StackSize; 1197 pub type StackAlignment = StackSize; 1209 stack_slots: Vec<(StackSlot, StackSize, StackAlignment, AACategory)>, 1295 ) -> Result<(StackSlot, StackSize, StackAlignment, AACategory)> { in stack_slot_with_size() argument
|