Home
last modified time | relevance | path

Searched refs:control_context_frame_pointer (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/stack_switching/
H A Dstack.rs85 pub fn control_context_frame_pointer(&self) -> usize { in control_context_frame_pointer() method
86 self.0.control_context_frame_pointer() in control_context_frame_pointer()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/stack_switching/stack/
H A Ddummy.rs50 pub fn control_context_frame_pointer(&self) -> usize { in control_context_frame_pointer() method
H A Dunix.rs169 pub fn control_context_frame_pointer(&self) -> usize { in control_context_frame_pointer() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/traphandlers/
H A Dbacktrace.rs154 let fp = continuation.stack.control_context_frame_pointer(); in trace_suspended_continuation()
359 let resume_fp = fiber_stack.control_context_frame_pointer(); in trace_through_continuations()