| /wasmtime-44.0.1/tests/all/ |
| H A D | arrays.rs | 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() 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() [all …]
|
| H A D | missing_async.rs | 221 let pre = ArrayRefPre::new(&mut store, ty); in async_disallows_array_ref_new() 234 let pre = ArrayRefPre::new(&mut store, ty); in async_disallows_array_ref_new_fixed()
|
| H A D | gc.rs | 991 let pre = ArrayRefPre::new( in ref_matches() 1233 let pre = ArrayRefPre::new(&mut store, array_ty); in drc_transitive_drop_nested_arrays_tree() 1239 pre: &ArrayRefPre, in drc_transitive_drop_nested_arrays_tree() argument 1298 let array_i8_pre = ArrayRefPre::new(&mut store, array_i8_ty); in drc_traces_the_correct_number_of_gc_refs_in_arrays()
|
| H A D | async_functions.rs | 1099 let array_pre = ArrayRefPre::new(&mut cx, array_ty); in async_gc_with_func_new_and_func_wrap() 1124 let array_pre = ArrayRefPre::new(&mut cx, array_ty); in async_gc_with_func_new_and_func_wrap()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/enabled/ |
| H A D | arrayref.rs | 65 pub struct ArrayRefPre { struct 70 impl ArrayRefPre { implementation 80 ArrayRefPre { store_id, ty } in _new() 298 allocator: &ArrayRefPre, in new() argument 351 allocator: &ArrayRefPre, in new_async() argument 370 allocator: &ArrayRefPre, in _new_async() argument 387 allocator: &ArrayRefPre, in new_from_iter() argument 468 allocator: &ArrayRefPre, in new_fixed() argument 522 allocator: &ArrayRefPre, in new_fixed_async() argument 532 allocator: &ArrayRefPre, in _new_fixed_async() argument
|
| /wasmtime-44.0.1/crates/c-api/include/wasmtime/ |
| H A D | gc.hh | 323 friend class ArrayRefPre; 332 class ArrayRefPre { class 334 WASMTIME_OWN_WRAPPER(ArrayRefPre, wasmtime_array_ref_pre) 338 static ArrayRefPre create(Store::Context cx, const ArrayType &ty) { in create() 340 ArrayRefPre pre(raw); in create() 390 static Result<ArrayRef> create(Store::Context cx, const ArrayRefPre &pre, in create()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/disabled/ |
| H A D | arrayref.rs | 8 pub enum ArrayRefPre {} enum
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | const_expr.rs | 8 AnyRef, ArrayRef, ArrayRefPre, ArrayType, ExternRef, I31, StructRef, StructRefPre, StructType, 342 let pre = ArrayRefPre::_new(store, ty); in eval_loop() 367 let pre = ArrayRefPre::_new(store, ty); in eval_loop() 405 let pre = ArrayRefPre::_new(store, ty); in eval_loop()
|
| H A D | libcalls.rs | 975 ArrayRef, ArrayRefPre, ArrayType, Func, OpaqueRootScope, RootedGcRefImpl, Val, in array_new_elem() 994 let pre = ArrayRefPre::_new(store, array_ty); in array_new_elem()
|
| /wasmtime-44.0.1/crates/c-api/tests/ |
| H A D | gc.cc | 173 auto pre = ArrayRefPre::create(cx, ty); in TEST() 209 auto pre = ArrayRefPre::create(cx, ty); in TEST() 295 auto pre = ArrayRefPre::create(cx, ty); in TEST()
|
| /wasmtime-44.0.1/crates/c-api/src/ |
| H A D | ref.rs | 5 AnyRef, ArrayRef, ArrayRefPre, ArrayType, EqRef, ExnRef, ExternRef, FieldType, I31, Mutability, 293 pre: ArrayRefPre, 785 let pre = ArrayRefPre::new(cx, ty.ty.clone()); in wasmtime_array_ref_pre_new()
|