Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/
H A Dinstructions.rs1615 let active_stack_chain = vmctx_load_stack_chain(env, builder, vmctx); in translate_suspend() localVariable
1618 search_handler(env, builder, &active_stack_chain, tag_addr, true); in translate_suspend()
1623 let active_contref = active_stack_chain.unchecked_get_continuation(); in translate_suspend()
1728 let active_stack_chain = vmctx_load_stack_chain(env, builder, vmctx); in translate_switch() localVariable
1730 search_handler(env, builder, &active_stack_chain, tag_addr, false); in translate_switch()
1736 let switcher_contref = active_stack_chain.unchecked_get_continuation(); in translate_switch()