Lines Matching defs:instance

67         let instance = Instance::new(&mut store, &module, &[])?;  in memory_limit()  localVariable
85 let instance = Instance::new(&mut store, &module, &[])?; in memory_limit() localVariable
121 let instance = Instance::new(&mut store, &module, &[])?; in memory_init() localVariable
156 let instance = Instance::new(&mut store, &module, &[])?; in memory_guard_page_trap() localVariable
217 let instance = Instance::new(&mut store, &module, &[])?; in memory_zeroed() localVariable
274 let instance = Instance::new(&mut store, &module, &[])?; in table_limit() localVariable
296 let instance = Instance::new(&mut store, &module, &[])?; in table_limit() localVariable
343 let instance = Instance::new(&mut store, &module, &[])?; in table_init() localVariable
387 let instance = Instance::new(&mut store, &module, &[])?; in table_zeroed() localVariable
508 let instance = Instance::new(&mut store, &module, &[m1.into()])?; in multi_memory_with_imported_memories() localVariable
604 let instance = Instance::new(&mut store, &module1, &[])?; in switch_image_and_non_image() localVariable
621 let instance = Instance::new(&mut store, &module2, &[])?; in switch_image_and_non_image() localVariable
718 let instance = Instance::new(&mut store, &module, &[])?; in dynamic_memory_pooling_allocator() localVariable
757 let instance = Instance::new(&mut store, &module, &[])?; in dynamic_memory_pooling_allocator() localVariable
812 let instance = Instance::new(&mut store, &module, &[])?; in zero_memory_pages_disallows_oob() localVariable
1438 let instance = Instance::new(&mut store, &a, &[])?; in pooling_reuse_resets() localVariable
1445 let instance = Instance::new(&mut store, &b, &[])?; in pooling_reuse_resets() localVariable
1503 let instance = Instance::new(&mut store, &module_without_image, &[])?; in memory_reset_if_instantiation_fails() localVariable