Lines Matching refs:data_mut
386 store.data_mut().limits = self.run.store_limits(); in new_store_and_linker()
601 store.data_mut().guest_profiler = match main_target { in setup_guest_profiler()
621 let mut profiler = store.data_mut().guest_profiler.take().unwrap(); in setup_guest_profiler()
626 store.data_mut().guest_profiler = Some(profiler); in setup_guest_profiler()
667 let profiler = Arc::try_unwrap(store.data_mut().guest_profiler.take().unwrap()) in setup_guest_profiler()
927 let debuggee = wasmtime_debugger::add_debuggee(store.data_mut().ctx().table, debuggee)?; in invoke_debugger()
940 let mut debuggee = store.data_mut().ctx().table.delete(debuggee)?; in invoke_debugger()
1166 store.data_mut().wasi_nn_witx = Some(Arc::new( in populate_with_wasi()
1182 store.data_mut().wasi_nn_wit = Some(Arc::new( in populate_with_wasi()
1216 store.data_mut().wasi_config = Some(Arc::new(vars)); in populate_with_wasi()
1255 store.data_mut().wasi_keyvalue = Some(Arc::new(ctx)); in populate_with_wasi()
1282 store.data_mut().wasi_threads = Some(Arc::new(WasiThreadsCtx::new( in populate_with_wasi()
1310 store.data_mut().wasi_http = Some(Arc::new(http)); in populate_with_wasi()
1336 store.data_mut().wasi_tls = Some(Arc::new(ctx)); in populate_with_wasi()
1398 store.data_mut().legacy_p1_ctx = Some(builder.build()); in set_legacy_p1_ctx()
1433 store.data_mut().wasip1_ctx = Some(Arc::new(Mutex::new(ctx))); in set_wasi_ctx()