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

Method visit_local_set

winch/codegen/src/visitor.rs:1674–1678  ·  view source on GitHub ↗
(&mut self, index: u32)

Source from the content-addressed store, hash-verified

1672 }
1673
1674 fn visit_local_set(&mut self, index: u32) -> Self::Output {
1675 let src = self.emit_set_local(index)?;
1676 self.context.free_reg(src);
1677 Ok(())
1678 }
1679
1680 fn visit_call(&mut self, index: u32) -> Self::Output {
1681 let callee = self.env.callee_from_index(FuncIndex::from_u32(index));

Callers

nothing calls this directly

Calls 3

OkFunction · 0.85
emit_set_localMethod · 0.80
free_regMethod · 0.80

Tested by

no test coverage detected