Searched refs:fatpointer (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/ |
| H A D | mod.rs | 2 pub(crate) mod fatpointer; module
|
| H A D | instructions.rs | 22 use super::fatpointer; 1188 let (witness, contref) = fatpointer::deconstruct(env, &mut builder.cursor(), contobj); in translate_cont_bind() 1203 let contobj = fatpointer::construct(env, &mut builder.cursor(), revision, contref); in translate_cont_bind() 1232 let contobj = fatpointer::construct(env, &mut builder.cursor(), tag, contref); in translate_cont_new() 1305 fatpointer::deconstruct(env, &mut builder.cursor(), resume_contobj); in translate_resume() 1483 let suspended_contobj = fatpointer::construct( in translate_resume() 1696 fatpointer::deconstruct(env, &mut builder.cursor(), switchee_contobj); in translate_switch() 1768 let new_contobj = fatpointer::construct( in translate_switch()
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | func_environ.rs | 2429 stack_switching::fatpointer::deconstruct(self, &mut pos, init_value); in translate_table_grow() 2472 stack_switching::fatpointer::fatpointer_type(self), in translate_table_get() 2560 stack_switching::fatpointer::deconstruct(self, &mut pos, val); in translate_table_fill() 2923 stack_switching::fatpointer::construct(self, &mut pos, zero, zero) in translate_ref_null() 2943 stack_switching::fatpointer::deconstruct(self, &mut pos, value); in translate_ref_is_null()
|