Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/tests/
H A Dcustom_signal_handler.rs260 let instance2 = in test_custom_signal_handler_multiple_instances() localVariable
328 let instance2 = Instance::new(&mut store, &module2, &[instance1_read])?; in test_custom_signal_handler_instance_calling_another_instance() localVariable
/wasmtime-44.0.1/tests/all/
H A Dwait_notify.rs79 let instance2 = Instance::new(&mut store, &module, &[shared_memory.into()]).unwrap(); in atomic_wait_notify_basic() localVariable
H A Dmemory_creator.rs168 let instance2 = Instance::new(&mut store, &module, &[])?; in host_memory_grow() localVariable
H A Dexceptions.rs89 let instance2 = Instance::new(&mut store, &module, &[Extern::Tag(tag0), Extern::Tag(tag0)])?; in dynamic_tags() localVariable
H A Dthreads.rs103 let instance2 = Instance::new(&mut store, &module, &[shared_memory.clone().into()])?; in test_sharing_of_shared_memory() localVariable
H A Ddebug.rs357 let instance2 = Instance::new(&mut store, &module2, &[Extern::Func(host2)])?; in stack_values_two_activations() localVariable
1258 let instance2 = Instance::new(&mut store, &module2, &[])?; in debug_ids() localVariable
H A Dpooling_allocator.rs967 let instance2 = linker.instantiate_async(&mut store2, &module).await?; in total_stacks_limit() localVariable
991 let instance2 = linker.instantiate_async(&mut store2, &module).await?; in total_stacks_limit() localVariable
H A Dasync_functions.rs912 let instance2 = linker2.instantiate_async(&mut store2, &module2).await?; in non_stacky_async_activations() localVariable
H A Dtraps.rs1605 let instance2 = Instance::new(&mut store2, &module, &[f2.into(), call_ref2.into()])?; in same_module_multiple_stores() localVariable
/wasmtime-44.0.1/crates/c-api/tests/
H A Dexception.cc169 auto instance2 = Instance::create(cx, module2, imports2).unwrap(); in TEST() local
/wasmtime-44.0.1/crates/wasmtime/src/runtime/externals/
H A Dglobal.rs491 let instance2 = Instance::new(&mut store, &module, &[])?; in hash_key_is_stable_across_duplicate_store_data_entries() localVariable
H A Dtable.rs706 let instance2 = Instance::new(&mut store, &module, &[])?; in hash_key_is_stable_across_duplicate_store_data_entries() localVariable
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dmemory.rs1106 let instance2 = Instance::new(&mut store, &module, &[])?; in hash_key_is_stable_across_duplicate_store_data_entries() localVariable
H A Dfunc.rs2795 let instance2 = Instance::new(&mut store, &module, &[])?; in hash_key_is_stable_across_duplicate_store_data_entries() localVariable
/wasmtime-44.0.1/tests/all/component_model/
H A Ddynamic.rs184 let instance2 = Linker::new(&engine).instantiate(&mut store2, &component)?; in maps() localVariable
/wasmtime-44.0.1/crates/environ/src/component/translate/
H A Dinline.rs1224 let instance2 = self.runtime_instances.push(instance_module); in initializer() localVariable