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

Method map_stack_slot

cranelift/codegen/src/inline.rs:1005–1007  ·  view source on GitHub ↗
(&mut self, stack_slot: ir::StackSlot)

Source from the content-addressed store, hash-verified

1003 }
1004
1005 fn map_stack_slot(&mut self, stack_slot: ir::StackSlot) -> ir::StackSlot {
1006 self.entity_map.inlined_stack_slot(stack_slot)
1007 }
1008
1009 fn map_dynamic_stack_slot(
1010 &mut self,

Callers

nothing calls this directly

Calls 1

inlined_stack_slotMethod · 0.80

Tested by

no test coverage detected