Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/
H A Dfatpointer.rs18 pub(crate) fn deconstruct<'a>( in deconstruct() function
H A Dinstructions.rs1188 let (witness, contref) = fatpointer::deconstruct(env, &mut builder.cursor(), contobj); in translate_cont_bind()
1305 fatpointer::deconstruct(env, &mut builder.cursor(), resume_contobj); in translate_resume()
1696 fatpointer::deconstruct(env, &mut builder.cursor(), switchee_contobj); in translate_switch()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs2429 stack_switching::fatpointer::deconstruct(self, &mut pos, init_value); in translate_table_grow()
2560 stack_switching::fatpointer::deconstruct(self, &mut pos, val); in translate_table_fill()
2943 stack_switching::fatpointer::deconstruct(self, &mut pos, value); in translate_ref_is_null()