Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/
H A Dcontrol_effect.rs39 pub fn encode_switch(builder: &mut FunctionBuilder) -> Self { in encode_switch() method
H A Dinstructions.rs1898 let switch_payload = ControlEffect::encode_switch(builder).to_u64(); in translate_switch()