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

Class StackSlot

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

Source from the content-addressed store, hash-verified

117#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
118#[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))]
119pub struct StackSlot(u32);
120entity_impl!(StackSlot, "ss");
121
122impl StackSlot {

Callers 4

fromMethod · 0.70
optional_debug_tagsMethod · 0.50
numbered_entityMethod · 0.50
inline_oneFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected