Searched refs:start_func (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | module.rs | 310 pub start_func: Option<FuncIndex>, field 399 start_func: Default::default(), in new() 690 start_func: _, in trace() 742 start_func: _, in trace_mut()
|
| /wasmtime-44.0.1/crates/bench-api/src/ |
| H A D | lib.rs | 524 let start_func = instance.get_typed_func::<(), ()>(&mut store, "_start")?; in execute() localVariable 525 match start_func.call(&mut store, ()) { in execute()
|
| /wasmtime-44.0.1/crates/environ/src/compile/ |
| H A D | module_environ.rs | 504 debug_assert!(self.result.module.start_func.is_none()); in translate_payload() 505 self.result.module.start_func = Some(func_index); in translate_payload()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | concurrent.rs | 3275 let start_func = Box::new( in thread_new_indirect() localVariable 3313 let new_thread = GuestThread::new_explicit(state, parent_task, start_func)?; in thread_new_indirect() 3337 GuestThreadState::NotStartedExplicit(start_func) => { in resume_thread() 3344 start_func(store, guest_thread) in resume_thread() 4411 start_func: Box< in new_explicit() 4420 state: GuestThreadState::NotStartedExplicit(start_func), in new_explicit()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | instance.rs | 366 Ok((instance, compiled_module.module().start_func)) in new_raw()
|