Searched refs:RuntimeInstance (Results 1 – 11 of 11) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | concurrent_disabled.rs | 3 use crate::component::{ComponentType, Lift, Lower, RuntimeInstance, Val}; 167 _guest_caller: Option<RuntimeInstance>, in enter_guest_sync_call() argument 169 _callee: RuntimeInstance, in enter_guest_sync_call() argument 194 pub(crate) fn may_enter(&mut self, _instance: RuntimeInstance) -> Result<bool> { in may_enter()
|
| H A D | concurrent.rs | 1449 callee: RuntimeInstance, in enter_guest_sync_call() argument 1743 caller_instance: RuntimeInstance, in backpressure_modify() argument 2096 .instance_state(RuntimeInstance { in cleanup_thread() 2443 RuntimeInstance { in prepare_call() 2559 RuntimeInstance { in prepare_call() 3034 .instance_state(RuntimeInstance { in waitable_set_new() 3052 .instance_state(RuntimeInstance { in waitable_set_drop() 3111 .instance_state(RuntimeInstance { in subtask_drop() 4494 instance: RuntimeInstance, 4549 instance: RuntimeInstance, in new() argument [all …]
|
| H A D | mod.rs | 140 pub(crate) use self::store::{ComponentInstanceId, RuntimeInstance};
|
| H A D | func.rs | 1 use crate::component::RuntimeInstance; 594 let instance = RuntimeInstance { in call_raw()
|
| H A D | store.rs | 75 pub struct RuntimeInstance { struct
|
| H A D | instance.rs | 1 use crate::component::RuntimeInstance; 853 RuntimeInstance { in run()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/resources/ |
| H A D | host_tables.rs | 24 use crate::runtime::component::RuntimeInstance; 71 pub(super) instance: Option<RuntimeInstance>, 145 instance: Option<RuntimeInstance>, in host_resource_lower_own() argument 203 instance: Option<RuntimeInstance>, in new_host_index() argument
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/ |
| H A D | options.rs | 7 use crate::component::{Instance, ResourceType, RuntimeInstance}; 264 instance: Option<RuntimeInstance>, in host_resource_lower_own() argument 414 ) -> Result<(u32, Option<NonNull<VMFuncRef>>, Option<RuntimeInstance>)> { in guest_resource_lift_own() argument 435 instance: Option<RuntimeInstance>, in host_resource_lower_own() argument
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | component.rs | 14 use crate::runtime::component::{ComponentInstanceId, RuntimeInstance}; 889 ) -> (Option<NonNull<VMFuncRef>>, Option<RuntimeInstance>) { in dtor_and_instance() argument 895 .map(|i| RuntimeInstance { in dtor_and_instance()
|
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | dfg.rs | 714 runtime_instances: HashMap<RuntimeInstance, RuntimeInstanceIndex>, 720 enum RuntimeInstance { enum 769 .insert(RuntimeInstance::Normal(instance), index); in instantiate() 1234 instance: self.runtime_instances[&RuntimeInstance::Normal(instance)], in core_export() 1256 RuntimeInstance::Adapter(adapter_module), in adapter_module()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/ |
| H A D | libcalls.rs | 7 use crate::runtime::component::RuntimeInstance; 669 Some(RuntimeInstance { in enter_sync_call() 674 RuntimeInstance { in enter_sync_call() 696 RuntimeInstance { in backpressure_modify()
|