Home
last modified time | relevance | path

Searched refs:RuntimeInstanceIndex (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcomponent.rs136 instances: PrimaryMap<RuntimeInstanceIndex, InstanceId>,
909 pub fn push_instance_id(self: Pin<&mut Self>, id: InstanceId) -> RuntimeInstanceIndex { in push_instance_id() argument
919 pub fn instance(&self, idx: RuntimeInstanceIndex) -> InstanceId { in instance()
923 fn instances_mut(self: Pin<&mut Self>) -> &mut PrimaryMap<RuntimeInstanceIndex, InstanceId> { in instances_mut() argument
/wasmtime-44.0.1/crates/environ/src/component/
H A Ddfg.rs714 runtime_instances: HashMap<RuntimeInstance, RuntimeInstanceIndex>,
762 let index = RuntimeInstanceIndex::new(self.runtime_instances.len()); in instantiate()
1254 fn adapter_module(&mut self, adapter_module: AdapterModuleId) -> RuntimeInstanceIndex { in adapter_module() argument
H A Dinfo.rs422 pub instance: RuntimeInstanceIndex,
H A Dtypes.rs186 pub struct RuntimeInstanceIndex(u32);
H A Dtranslate.rs555 PrimaryMap::<RuntimeInstanceIndex, PackedOption<StaticModuleIndex>>::new(); in analyze_function_imports()