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

Method add_call_site

cranelift/codegen/src/machinst/buffer.rs:1753–1755  ·  view source on GitHub ↗

Add a call-site record at the current offset.

(&mut self)

Source from the content-addressed store, hash-verified

1751
1752 /// Add a call-site record at the current offset.
1753 pub fn add_call_site(&mut self) {
1754 self.add_try_call_site(None, core::iter::empty());
1755 }
1756
1757 /// Add a call-site record at the current offset with exception
1758 /// handlers.

Callers 5

emitFunction · 0.80
emit_uncompressedMethod · 0.80
emitMethod · 0.80
pulley_emitFunction · 0.80

Calls 2

add_try_call_siteMethod · 0.80
emptyFunction · 0.50

Tested by

no test coverage detected