Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/frontend/src/frontend/
H A Dsafepoints.rs525 struct StackSlots { struct
540 impl StackSlots { argument
542 let StackSlots { in clear() localVariable
/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dstackslot.rs181 pub type StackSlots = PrimaryMap<StackSlot, StackSlotData>; typedef