Home
last modified time | relevance | path

Searched defs:dst_array (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dlibcalls.rs1170 let dst_array = VMGcRef::from_raw_u32(dst_array).ok_or_else(|| Trap::NullReference)?; in array_copy() localVariable
1171 let dst_array = store.unwrap_gc_store_mut().clone_gc_ref(&dst_array); in array_copy() localVariable
1172 let dst_array = ArrayRef::from_cloned_gc_ref(&mut store, dst_array); in array_copy() localVariable