Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/externals/
H A Dtable.rs432 let src_instance = src_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()
448 src_instance.get_defined_table(src_table.index).copy_to( in copy_raw()
461 let (gc_store, instance) = store.optional_gc_store_and_instance_mut(src_instance); in copy_raw()
471 let (gc_store, instance) = store.optional_gc_store_and_instance_mut(src_instance); in copy_raw()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dlibcalls.rs493 let (src_def_index, src_instance) = instance in table_copy()
496 let src_instance_id = src_instance.id(); in table_copy()