Home
last modified time | relevance | path

Searched refs:dst_instance (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/externals/
H A Dtable.rs433 let dst_instance = dst_table.instance.instance(); in copy_raw() localVariable
435 src_instance == dst_instance, in copy_raw()
445 let (gc_store, [src_instance, dst_instance]) = unsafe { in copy_raw()
446 store.optional_gc_store_and_instances_mut([src_instance, dst_instance]) in copy_raw()
449 dst_instance.get_defined_table(dst_table.index), in copy_raw()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dlibcalls.rs489 let (dst_def_index, dst_instance) = instance in table_copy()
492 let dst_instance_id = dst_instance.id(); in table_copy()