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

Method frame_layout

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

Get the frame layout, if known.

(&self)

Source from the content-addressed store, hash-verified

1984
1985 /// Get the frame layout, if known.
1986 pub fn frame_layout(&self) -> Option<&MachBufferFrameLayout> {
1987 self.frame_layout.as_ref()
1988 }
1989
1990 /// Get the list of patchable call sites for this code.
1991 ///

Callers 1

push_user_stack_mapMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected