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

Method fp

crates/unwinder/src/stackwalk.rs:77–79  ·  view source on GitHub ↗

Get this frame's frame pointer.

(&self)

Source from the content-addressed store, hash-verified

75
76 /// Get this frame's frame pointer.
77 pub fn fp(&self) -> usize {
78 self.fp
79 }
80
81 /// Read out a machine-word-sized value at the given offset from
82 /// FP in this frame.

Callers 7

findMethod · 0.45
raw_instanceMethod · 0.45
localMethod · 0.45
stackMethod · 0.45
compute_handlerFunction · 0.45
trapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected