Home
last modified time | relevance | path

Searched refs:instance1 (Results 1 – 8 of 8) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/tests/
H A Dcustom_signal_handler.rs215 let instance1 = Instance::new(&mut store, &module, &externs)?; in test_custom_signal_handler_multiple_instances() localVariable
219 let (base1, length1) = set_up_memory(&mut store, instance1); in test_custom_signal_handler_multiple_instances()
245 let mut exports1 = instance1.exports(&mut store); in test_custom_signal_handler_multiple_instances()
250 let result = invoke_export(&mut store, instance1, "read").expect("read succeeded"); in test_custom_signal_handler_multiple_instances()
313 let instance1 = Instance::new(&mut store, &module1, &externs)?; in test_custom_signal_handler_instance_calling_another_instance() localVariable
314 let (base1, length1) = set_up_memory(&mut store, instance1); in test_custom_signal_handler_instance_calling_another_instance()
322 let mut instance1_exports = instance1.exports(&mut store); in test_custom_signal_handler_instance_calling_another_instance()
/wasmtime-44.0.1/tests/all/
H A Dwait_notify.rs71 let instance1 = Instance::new(&mut store, &module, &[shared_memory.clone().into()])?; in atomic_wait_notify_basic() localVariable
91 let instance1_first_word = instance1 in atomic_wait_notify_basic()
H A Ddebug.rs371 let instance1 = Instance::new(&mut store, &module1, &[Extern::Func(host1)])?; in stack_values_two_activations() localVariable
372 let main = instance1.get_func(&mut store, "main").unwrap(); in stack_values_two_activations()
1257 let instance1 = Instance::new(&mut store, &module1, &[])?; in debug_ids() localVariable
1266 instance1.debug_index_in_store(), in debug_ids()
1270 instance1 in debug_ids()
1274 instance1 in debug_ids()
1280 instance1 in debug_ids()
1290 instance1 in debug_ids()
1300 instance1 in debug_ids()
1310 instance1 in debug_ids()
[all …]
H A Dexceptions.rs78 let instance1 = Instance::new(&mut store, &module, &[Extern::Tag(tag0), Extern::Tag(tag1)])?; in dynamic_tags() localVariable
79 let func1 = instance1.get_func(&mut store, "catch").unwrap(); in dynamic_tags()
H A Dthreads.rs102 let instance1 = Instance::new(&mut store, &module, &[shared_memory.clone().into()])?; in test_sharing_of_shared_memory() localVariable
120 let instance1_first_word = instance1 in test_sharing_of_shared_memory()
H A Dpooling_allocator.rs960 let instance1 = linker.instantiate_async(&mut store1, &module).await?; in total_stacks_limit() localVariable
961 let run1 = instance1.get_func(&mut store1, "run").unwrap(); in total_stacks_limit()
986 let instance1 = linker.instantiate_async(&mut store1, &module).await?; in total_stacks_limit() localVariable
987 let run1 = instance1.get_func(&mut store1, "run").unwrap(); in total_stacks_limit()
H A Dasync_functions.rs934 let instance1 = linker1.instantiate_async(&mut store1, &module1).await?; in non_stacky_async_activations() localVariable
935 instance1 in non_stacky_async_activations()
942 instance1 in non_stacky_async_activations()
H A Dtraps.rs1626 let instance1 = Instance::new(&mut store1, &module, &[f1.into(), call_ref1.into()])?; in same_module_multiple_stores() localVariable
1628 instance1 in same_module_multiple_stores()