Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/
H A Dinstructions.rs1623 let active_contref = active_stack_chain.unchecked_get_continuation(); in translate_suspend() localVariable
1624 let active_contref = helpers::VMContRef::new(active_contref); in translate_suspend() localVariable
1627 active_contref.set_last_ancestor(env, builder, end_of_chain_contref.address); in translate_suspend()
1633 let values = active_contref.values(env, builder); in translate_suspend()
1652 let active_contref_csi = active_contref.common_stack_information(env, builder); in translate_suspend()
1672 let values = active_contref.values(env, builder); in translate_suspend()