Searched refs:StoreComponentInstanceId (Results 1 – 4 of 4) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | store.rs | 184 pub struct StoreComponentInstanceId { struct 189 impl StoreComponentInstanceId { implementation 193 ) -> StoreComponentInstanceId { in new() argument 194 StoreComponentInstanceId { store_id, instance } in new()
|
| H A D | instance.rs | 4 use crate::component::store::{ComponentInstanceId, StoreComponentInstanceId}; 40 id: StoreComponentInstanceId, 57 id: StoreComponentInstanceId::new(store.id(), id), in from_wasmtime() 371 pub(crate) fn id(&self) -> StoreComponentInstanceId { in id() argument 589 let id = StoreComponentInstanceId::new(store.id(), id); in lookup_vmdef() 602 StoreComponentInstanceId::new(store.id(), id), in lookup_vmdef()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/externals/ |
| H A D | global.rs | 331 instance: crate::component::store::StoreComponentInstanceId, in from_component_flags() argument 343 instance: crate::component::store::StoreComponentInstanceId, in from_task_may_block() argument
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | instance.rs | 678 crate::component::store::StoreComponentInstanceId::new(store, id), in get_exported_global() 693 crate::component::store::StoreComponentInstanceId::new(store, id), in get_exported_global()
|