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

Method visit_memory_fill

winch/codegen/src/visitor.rs:1768–1770  ·  view source on GitHub ↗
(&mut self, mem: u32)

Source from the content-addressed store, hash-verified

1766 }
1767
1768 fn visit_memory_fill(&mut self, mem: u32) -> Self::Output {
1769 self.emit_memory_fill(MemoryIndex::from_u32(mem))
1770 }
1771
1772 fn visit_memory_size(&mut self, mem: u32) -> Self::Output {
1773 let heap = self.env.resolve_heap(MemoryIndex::from_u32(mem));

Callers

nothing calls this directly

Calls 1

emit_memory_fillMethod · 0.80

Tested by

no test coverage detected