Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/
H A Denabled.rs369 struct_ref: ir::Value, in translate_struct_get()
379 func_env.trapz(builder, struct_ref, crate::TRAP_NULL_REFERENCE); in translate_struct_get()
381 emit_gc_kind_assert(func_env, builder, struct_ref, VMGcKind::StructRef); in translate_struct_get()
396 struct_ref, in translate_struct_get()
420 struct_ref: ir::Value, in translate_struct_set()
428 func_env.trapz(builder, struct_ref, crate::TRAP_NULL_REFERENCE); in translate_struct_set()
430 emit_gc_kind_assert(func_env, builder, struct_ref, VMGcKind::StructRef); in translate_struct_set()
445 struct_ref, in translate_struct_set()
/wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/enabled/
H A Dnull.rs271 let (struct_ref, raw_struct_pointer) = self.emit_inline_alloc( in alloc_struct()
296 Ok(struct_ref) in alloc_struct()
H A Ddrc.rs468 let struct_ref = emit_gc_raw_alloc( in alloc_struct() localVariable
483 uextend_i32_to_pointer_type(builder, func_env.pointer_type(), struct_ref); in alloc_struct()
496 Ok(struct_ref) in alloc_struct()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dconst_expr.rs82 let struct_ref = in struct_new() localVariable
84 Ok(Val::AnyRef(Some(struct_ref.into()))) in struct_new()
/wasmtime-44.0.1/crates/cranelift/src/translate/
H A Dcode_translator.rs2697 let struct_ref = environ.translate_struct_new(builder, struct_type_index, fields)?; in translate_operator() localVariable
2698 environ.stacks.push1(struct_ref); in translate_operator()
2704 environ.stacks.push1(struct_ref); in translate_operator()
2713 let struct_ref = environ.stacks.pop1(); in translate_operator() localVariable
2718 struct_ref, in translate_operator()
2728 let struct_ref = environ.stacks.pop1(); in translate_operator() localVariable
2733 struct_ref, in translate_operator()
2744 let struct_ref = environ.stacks.pop1(); in translate_operator() localVariable
2749 struct_ref, in translate_operator()
2760 let struct_ref = environ.stacks.pop1(); in translate_operator() localVariable
[all …]
/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs2641 struct_ref: ir::Value, in translate_struct_get()
2649 struct_ref, in translate_struct_get()
2659 struct_ref: ir::Value, in translate_struct_set()
2667 struct_ref, in translate_struct_set()