Home
last modified time | relevance | path

Searched refs:RuntimeComponentInstanceIndex (Results 1 – 17 of 17) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/component/
H A Dinfo.rs389 InstanceFlags(RuntimeComponentInstanceIndex),
524 pub instance: RuntimeComponentInstanceIndex,
688 pub instance: RuntimeComponentInstanceIndex,
753 instance: RuntimeComponentInstanceIndex,
761 instance: RuntimeComponentInstanceIndex,
769 instance: RuntimeComponentInstanceIndex,
777 instance: RuntimeComponentInstanceIndex,
783 instance: RuntimeComponentInstanceIndex,
791 instance: RuntimeComponentInstanceIndex,
803 instance: RuntimeComponentInstanceIndex,
[all …]
H A Ddfg.rs330 instance: RuntimeComponentInstanceIndex,
334 instance: RuntimeComponentInstanceIndex,
338 instance: RuntimeComponentInstanceIndex,
342 instance: RuntimeComponentInstanceIndex,
345 instance: RuntimeComponentInstanceIndex,
348 instance: RuntimeComponentInstanceIndex,
353 instance: RuntimeComponentInstanceIndex,
356 instance: RuntimeComponentInstanceIndex,
359 instance: RuntimeComponentInstanceIndex,
363 instance: RuntimeComponentInstanceIndex,
[all …]
H A Dtypes.rs189 pub struct RuntimeComponentInstanceIndex(u32);
1104 pub instance: RuntimeComponentInstanceIndex,
1120 pub instance: RuntimeComponentInstanceIndex,
1127 pub instance: RuntimeComponentInstanceIndex,
1147 instance: RuntimeComponentInstanceIndex,
1176 pub fn unwrap_concrete_instance(&self) -> RuntimeComponentInstanceIndex { in unwrap_concrete_instance() argument
H A Dvmcomponent_offsets.rs213 pub fn instance_flags(&self, index: RuntimeComponentInstanceIndex) -> u32 { in instance_flags()
/wasmtime-44.0.1/crates/environ/src/component/types_builder/
H A Dresources.rs71 AbstractResourceIndex, ComponentTypes, ResourceIndex, RuntimeComponentInstanceIndex,
129 current_instance: Option<RuntimeComponentInstanceIndex>,
277 pub fn set_current_instance(&mut self, instance: RuntimeComponentInstanceIndex) { in set_current_instance() argument
282 pub fn get_current_instance(&self) -> Option<RuntimeComponentInstanceIndex> { in get_current_instance() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dlibcalls.rs741 RuntimeComponentInstanceIndex::from_u32(caller_instance), in waitable_set_new()
778 RuntimeComponentInstanceIndex::from_u32(caller_instance), in waitable_set_drop()
793 RuntimeComponentInstanceIndex::from_u32(caller_instance), in waitable_join()
826 RuntimeComponentInstanceIndex::from_u32(caller_instance), in subtask_drop()
841 RuntimeComponentInstanceIndex::from_u32(caller_instance), in subtask_cancel()
1007 RuntimeComponentInstanceIndex::from_u32(caller_instance), in future_write()
1027 RuntimeComponentInstanceIndex::from_u32(caller_instance), in future_read()
1352 RuntimeComponentInstanceIndex::from_u32(caller), in thread_new_indirect()
1371 RuntimeComponentInstanceIndex::from_u32(caller), in thread_suspend_to_suspended()
1390 RuntimeComponentInstanceIndex::from_u32(caller), in thread_suspend_to()
[all …]
H A Dresources.rs31 ComponentTypes, RuntimeComponentInstanceIndex, TypeResourceTableIndex,
58 &'a mut PrimaryMap<RuntimeComponentInstanceIndex, InstanceState>,
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs3398 caller: RuntimeComponentInstanceIndex, in suspension_intrinsic() argument
3813 caller: RuntimeComponentInstanceIndex, in future_write() argument
3824 caller: RuntimeComponentInstanceIndex, in future_read() argument
3843 caller: RuntimeComponentInstanceIndex, in stream_write() argument
3855 caller: RuntimeComponentInstanceIndex, in stream_read() argument
3868 caller: RuntimeComponentInstanceIndex, in flat_stream_write() argument
3883 caller: RuntimeComponentInstanceIndex, in flat_stream_read() argument
3915 caller: RuntimeComponentInstanceIndex, in thread_new_indirect() argument
4029 caller: RuntimeComponentInstanceIndex, in future_write() argument
4052 caller: RuntimeComponentInstanceIndex, in future_read() argument
[all …]
H A Dstore.rs16 use wasmtime_environ::component::RuntimeComponentInstanceIndex;
77 pub index: RuntimeComponentInstanceIndex,
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcomponent.rs132 instance_states: PrimaryMap<RuntimeComponentInstanceIndex, InstanceState>,
363 pub fn instance_flags(&self, instance: RuntimeComponentInstanceIndex) -> InstanceFlags { in instance_flags()
701 let i = RuntimeComponentInstanceIndex::from_u32(i); in initialize_vmctx()
863 &mut PrimaryMap<RuntimeComponentInstanceIndex, InstanceState>, in instance_states() argument
876 instance: RuntimeComponentInstanceIndex, in instance_state() argument
H A Dvmcontext.rs294 ComponentFlags(wasmtime_environ::component::RuntimeComponentInstanceIndex),
/wasmtime-44.0.1/crates/environ/src/component/translate/
H A Dadapt.rs168 pub instance: RuntimeComponentInstanceIndex,
171 pub ancestors: Vec<RuntimeComponentInstanceIndex>,
H A Dinline.rs68 let index = RuntimeComponentInstanceIndex::from_u32(0); in run()
182 instance: RuntimeComponentInstanceIndex,
1276 let index = RuntimeComponentInstanceIndex::from_u32( in initializer()
1730 instance: RuntimeComponentInstanceIndex, in new() argument
/wasmtime-44.0.1/crates/environ/src/
H A Dfact.rs24 RuntimeComponentInstanceIndex, StringEncoding, Transcode, TypeFuncIndex,
127 instance: RuntimeComponentInstanceIndex,
130 ancestors: Vec<RuntimeComponentInstanceIndex>,
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs38 CanonicalAbiInfo, ComponentTypes, InterfaceType, OptionsIndex, RuntimeComponentInstanceIndex,
2160 caller: RuntimeComponentInstanceIndex,
2198 caller_instance: RuntimeComponentInstanceIndex,
3184 write_caller_instance: RuntimeComponentInstanceIndex, in copy() argument
3188 read_caller_instance: RuntimeComponentInstanceIndex, in copy() argument
3396 caller: RuntimeComponentInstanceIndex, in guest_write() argument
3638 caller_instance: RuntimeComponentInstanceIndex, in guest_read() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/externals/
H A Dglobal.rs332 index: wasmtime_environ::component::RuntimeComponentInstanceIndex, in from_component_flags() argument
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs1070 instance: RuntimeComponentInstanceIndex, in translate_resource_drop() argument
1528 fn check_may_leave_instance(&mut self, instance: RuntimeComponentInstanceIndex) { in check_may_leave_instance() argument