Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dstackslot.rs82 pub key: Option<StackSlotKey>,
88 pub struct StackSlotKey(u64); struct
89 impl StackSlotKey { impl
95 pub fn new(value: u64) -> StackSlotKey { in new() argument
96 StackSlotKey(value) in new()
122 key: StackSlotKey, in new_with_key() argument
H A Dmod.rs64 DynamicStackSlotData, DynamicStackSlots, StackSlotData, StackSlotKey, StackSlotKind, StackSlots,
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dabi.rs106 use crate::ir::{StackSlotKey, types::*};
1149 sized_stackslot_keys: SecondaryMap<StackSlot, Option<StackSlotKey>>,
H A Dbuffer.rs2337 pub key: Option<ir::StackSlotKey>,
/wasmtime-44.0.1/cranelift/reader/src/
H A Dparser.rs17 use cranelift_codegen::ir::{self, StackSlotKey, UserExternalNameRef};
1540 key = Some(StackSlotKey::new(value.into())); in parse_stack_slot_decl()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs1116 ir::StackSlotKey::new(self.key.into_raw_u64()), in create_state_slot()