Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/misc_testsuite/gc/
H A Darray-new-data.wast10 (array.new_data $arr $d (local.get 0) (local.get 1))
34 (local.set 0 (array.new_data $arr $d (i32.const 1) (i32.const 2)))
50 (array.new_data $arr $d (i32.const 0) (i32.const 1))
65 (array.new_data $arr $d (i32.const 1) (i32.const 1))
H A Darray-new-data-missing-stack-map.wast11 (array.new_data $arr $d (i32.const 0) (i32.const 5))
/wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/
H A Dinstructions.rs355 let new_data = builder.ins().stack_addr(env.pointer_type(), slot, 0); in allocate_or_reuse_stack_slot() localVariable
358 self.set_data(env, builder, new_data); in allocate_or_reuse_stack_slot()