Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/stack_switching/
H A Dstack.rs80 pub fn control_context_instruction_pointer(&self) -> usize { in control_context_instruction_pointer() method
81 self.0.control_context_instruction_pointer() in control_context_instruction_pointer()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/stack_switching/stack/
H A Ddummy.rs46 pub fn control_context_instruction_pointer(&self) -> usize { in control_context_instruction_pointer() method
H A Dunix.rs160 pub fn control_context_instruction_pointer(&self) -> usize { in control_context_instruction_pointer() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/traphandlers/
H A Dbacktrace.rs153 let pc = continuation.stack.control_context_instruction_pointer(); in trace_suspended_continuation()
358 let resume_pc = fiber_stack.control_context_instruction_pointer(); in trace_through_continuations()