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

Method visit_memory_atomic_notify

winch/codegen/src/visitor.rs:2847–2849  ·  view source on GitHub ↗
(&mut self, arg: MemArg)

Source from the content-addressed store, hash-verified

2845 }
2846
2847 fn visit_memory_atomic_notify(&mut self, arg: MemArg) -> Self::Output {
2848 self.emit_atomic_notify(&arg)
2849 }
2850
2851 fn visit_atomic_fence(&mut self) -> Self::Output {
2852 self.masm.fence()

Callers

nothing calls this directly

Calls 1

emit_atomic_notifyMethod · 0.80

Tested by

no test coverage detected