Home
last modified time | relevance | path

Searched refs:stack_chain (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/traphandlers/
H A Dbacktrace.rs164 let stack_chain = in trace_suspended_continuation() localVariable
168 stack_chain, in trace_suspended_continuation()
236 let stack_chain = unsafe { (*(*vm_store_context).stack_chain.get()).clone() }; in trace_with_trap_state() localVariable
246 core::iter::once((stack_chain, last_wasm_exit_pc, last_wasm_exit_fp, unsafe { in trace_with_trap_state()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dfunc.rs1478 pub stack_chain: VMStackChain, field
1569 *vm_store_context.stack_chain.get() = new_stack_chain; in enter_wasm()
1582 stack_chain: (*(*vm_store_context).stack_chain.get()).clone(), in enter_wasm()
1606 *(*self.vm_store_context).stack_chain.get() = self.stack_chain.clone(); in exit_wasm()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dtraphandlers.rs616 unsafe { (&*self.old_state).stack_chain.clone() } in old_stack_chain()
694 swap(&cx.stack_chain, &mut (*self.old_state).stack_chain); in swap()
H A Dvmcontext.rs1209 pub stack_chain: UnsafeCell<VMStackChain>, field
1307 stack_chain: UnsafeCell::new(VMStackChain::Absent), in default()
1373 offset_of!(VMStoreContext, stack_chain), in field_offsets()
/wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/
H A Dinstructions.rs966 stack_chain: &VMStackChain, in vmctx_store_stack_chain()
979 stack_chain.store(env, builder, vm_store_context, stack_chain_offset) in vmctx_store_stack_chain()