Lines Matching refs:get_memory
32 instance.get_memory(&mut store, "m").unwrap(), in test_limits()
140 instance.get_memory(&mut store, "m").unwrap(), in test_limits_async()
204 instance.get_memory(&mut store, "m").unwrap(), in test_limits_memory_only()
285 instance.get_memory(&mut store, "m").unwrap(), in test_limits_table_only()
469 let memory = instance.get_memory(&mut store, "m").unwrap(); in test_custom_memory_limiter()
583 let memory = instance.get_memory(&mut store, "m").unwrap(); in test_custom_memory_limiter_async()
767 let memory = instance.get_memory(&mut store, "m").unwrap(); in custom_limiter_detect_grow_failure()
878 let memory = instance.get_memory(&mut store, "m").unwrap(); in custom_limiter_async_detect_grow_failure()
987 let memory = instance.get_memory(&mut store, "m").unwrap(); in panic_in_memory_limiter()
1052 let memory = instance.get_memory(&mut store, "m").unwrap(); in panic_in_async_memory_limiter()
1137 instance.get_memory(&mut store, "m").unwrap(), in growth_trap()