Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dstackslot.rs88 pub struct StackSlotKey(u64); struct
89 impl StackSlotKey { implementation
95 pub fn new(value: u64) -> StackSlotKey { in new()
122 key: StackSlotKey, in new_with_key()