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

Method user_stack_maps

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

Get the user stack map metadata for this code.

(&self)

Source from the content-addressed store, hash-verified

1950
1951 /// Get the user stack map metadata for this code.
1952 pub fn user_stack_maps(&self) -> &[(CodeOffset, u32, ir::UserStackMap)] {
1953 &self.user_stack_maps
1954 }
1955
1956 /// Take this buffer's user stack map metadata.
1957 pub fn take_user_stack_maps(&mut self) -> SmallVec<[(CodeOffset, u32, ir::UserStackMap); 8]> {

Callers 1

append_codeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected