Home
last modified time | relevance | path

Searched refs:StackSlots (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dfunction.rs12 JumpTableData, Layout, SigRef, Signature, SourceLocs, StackSlot, StackSlotData, StackSlots,
168 pub sized_stack_slots: StackSlots,
407 sized_stack_slots: StackSlots::new(), in with_name_signature()
H A Dmod.rs64 DynamicStackSlotData, DynamicStackSlots, StackSlotData, StackSlotKey, StackSlotKind, StackSlots,
H A Dstackslot.rs181 pub type StackSlots = PrimaryMap<StackSlot, StackSlotData>; typedef
/wasmtime-44.0.1/cranelift/src/
H A Dbugpoint.rs13 StackSlots, TrapCode,
555 let mut stack_slots = StackSlots::new(); in mutate()
/wasmtime-44.0.1/cranelift/frontend/src/frontend/
H A Dsafepoints.rs525 struct StackSlots { struct
540 impl StackSlots { impl
542 let StackSlots { in clear() localVariable
594 stack_slots: StackSlots,