MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / DynamicStackSlot

Class DynamicStackSlot

cranelift/codegen/src/ir/entities.rs:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
133#[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))]
134pub struct DynamicStackSlot(u32);
135entity_impl!(DynamicStackSlot, "dss");
136
137impl DynamicStackSlot {

Callers 2

numbered_entityMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected