Searched refs:new_stack_chain (Results 1 – 2 of 2) sorted by relevance
| /wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/ |
| H A D | instructions.rs | 137 new_stack_chain: &VMStackChain, in set_parent_stack_chain() 140 new_stack_chain.store(env, builder, self.address, offset) in set_parent_stack_chain() 1300 let (resume_result, vm_runtime_limits_ptr, original_stack_chain, new_stack_chain) = { in translate_resume() 1428 let new_stack_chain = vmctx_load_stack_chain(env, builder, vmctx); in translate_resume() localVariable 1452 new_stack_chain, in translate_resume() 1462 let suspended_continuation = new_stack_chain.unchecked_get_continuation(); in translate_resume() 1580 let returned_contref = new_stack_chain.unchecked_get_continuation(); in translate_resume()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | func.rs | 1568 let new_stack_chain = VMStackChain::InitialStack(initial_stack_information); in enter_wasm() localVariable 1569 *vm_store_context.stack_chain.get() = new_stack_chain; in enter_wasm()
|