Lines Matching refs:ArrayRefPre
11 let pre = ArrayRefPre::new(&mut store, array_ty); in array_new_empty()
24 let pre = ArrayRefPre::new(&mut store, array_ty); in array_new_with_elems()
40 let pre = ArrayRefPre::new(&mut store, array_ty); in array_new_unrooted_initial_elem()
62 let pre = ArrayRefPre::new(&mut store1, array_ty); in array_new_cross_store_initial_elem()
80 let pre = ArrayRefPre::new(&mut store2, array_ty); in array_new_cross_store_pre()
92 let pre = ArrayRefPre::new(&mut store, array_ty); in array_new_fixed_empty()
105 let pre = ArrayRefPre::new(&mut store, array_ty); in array_new_fixed_with_elems()
125 let pre = ArrayRefPre::new(&mut store, array_ty); in array_new_fixed_unrooted_initial_elem()
147 let pre = ArrayRefPre::new(&mut store1, array_ty); in array_new_fixed_cross_store_initial_elem()
165 let pre = ArrayRefPre::new(&mut store2, array_ty); in array_new_fixed_cross_store_pre()
178 let pre = ArrayRefPre::new(&mut store, array_ty); in anyref_as_array()
201 let pre = ArrayRefPre::new(&mut store, array_ty); in array_len_empty()
217 let pre = ArrayRefPre::new(&mut store, array_ty); in array_len_non_empty()
237 let pre = ArrayRefPre::new(&mut store, array_ty); in array_get_in_bounds()
260 let pre = ArrayRefPre::new(&mut store, array_ty); in array_get_out_of_bounds()
282 let pre = ArrayRefPre::new(&mut store, array_ty); in array_get_on_unrooted()
303 let pre = ArrayRefPre::new(&mut store1, array_ty); in array_get_wrong_store()
319 let pre = ArrayRefPre::new(&mut store, array_ty); in array_set_in_bounds()
338 let pre = ArrayRefPre::new(&mut store, array_ty); in array_set_out_of_bounds()
356 let pre = ArrayRefPre::new(&mut store, array_ty); in array_set_on_unrooted()
375 let pre = ArrayRefPre::new(&mut store, array_ty); in array_set_given_unrooted()
398 let pre = ArrayRefPre::new(&mut store1, array_ty); in array_set_cross_store_value()
416 let pre = ArrayRefPre::new(&mut store, array_ty); in array_set_immutable_elems()
439 let pre = ArrayRefPre::new(&mut store, array_ty); in array_set_wrong_field_type()
454 let pre = ArrayRefPre::new(&mut store, array_ty.clone()); in array_ty()
467 let pre = ArrayRefPre::new(&mut store, array_ty); in array_ty_unrooted()
483 let pre = ArrayRefPre::new(&mut store, array_ty); in array_elems_empty()
498 let pre = ArrayRefPre::new(&mut store, array_ty); in array_elems_non_empty()
520 let pre = ArrayRefPre::new(&mut store, array_ty); in array_elems_unrooted()
567 let pre = ArrayRefPre::new(&mut store, array_ty.clone()); in passing_arrays_through_wasm_with_untyped_calls()
617 let pre = ArrayRefPre::new(&mut store, array_ty.clone()); in passing_arrays_through_wasm_with_typed_calls()
654 let pre = ArrayRefPre::new(&mut store, array_ty.clone()); in host_sets_array_global()
702 let pre = ArrayRefPre::new(&mut store, array_ty.clone()); in wasm_sets_array_global()
754 let pre = ArrayRefPre::new(&mut store, array_ty.clone()); in host_sets_array_in_table()
804 let pre = ArrayRefPre::new(&mut store, array_ty.clone()); in wasm_sets_array_in_table()
865 let pre = ArrayRefPre::new(&mut store, array_ty); in instantiate_with_array_global()