Searched refs:stack_chain (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/traphandlers/ |
| H A D | backtrace.rs | 164 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 D | func.rs | 1478 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 D | traphandlers.rs | 616 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 D | vmcontext.rs | 1209 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 D | instructions.rs | 966 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()
|