Home
last modified time | relevance | path

Searched refs:RuntimeInstance (Results 1 – 11 of 11) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent_disabled.rs3 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 Dconcurrent.rs1449 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 Dmod.rs140 pub(crate) use self::store::{ComponentInstanceId, RuntimeInstance};
H A Dfunc.rs1 use crate::component::RuntimeInstance;
594 let instance = RuntimeInstance { in call_raw()
H A Dstore.rs75 pub struct RuntimeInstance { struct
H A Dinstance.rs1 use crate::component::RuntimeInstance;
853 RuntimeInstance { in run()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/resources/
H A Dhost_tables.rs24 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 Doptions.rs7 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 Dcomponent.rs14 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 Ddfg.rs714 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 Dlibcalls.rs7 use crate::runtime::component::RuntimeInstance;
669 Some(RuntimeInstance { in enter_sync_call()
674 RuntimeInstance { in enter_sync_call()
696 RuntimeInstance { in backpressure_modify()