Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/
H A Dcontrol_effect.rs49 pub fn encode_suspend(builder: &mut FunctionBuilder, handler_index: ir::Value) -> Self { in encode_suspend() method
H A Dinstructions.rs1657 let suspend_payload = ControlEffect::encode_suspend(builder, handler_index).to_u64(); in translate_suspend()