Home
last modified time | relevance | path

Searched defs:RuntimeComponentInstanceIndex (Results 1 – 9 of 9) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/component/types_builder/
H A Dresources.rs277 pub fn set_current_instance(&mut self, instance: RuntimeComponentInstanceIndex) { in set_current_instance()
282 pub fn get_current_instance(&self) -> Option<RuntimeComponentInstanceIndex> { in get_current_instance()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs3398 caller: RuntimeComponentInstanceIndex, in suspension_intrinsic()
3813 caller: RuntimeComponentInstanceIndex, in future_write()
3824 caller: RuntimeComponentInstanceIndex, in future_read()
3843 caller: RuntimeComponentInstanceIndex, in stream_write()
3855 caller: RuntimeComponentInstanceIndex, in stream_read()
3868 caller: RuntimeComponentInstanceIndex, in flat_stream_write()
3883 caller: RuntimeComponentInstanceIndex, in flat_stream_read()
3915 caller: RuntimeComponentInstanceIndex, in thread_new_indirect()
4029 caller: RuntimeComponentInstanceIndex, in future_write()
4052 caller: RuntimeComponentInstanceIndex, in future_read()
[all …]
/wasmtime-44.0.1/crates/wasmtime/src/runtime/externals/
H A Dglobal.rs332 index: wasmtime_environ::component::RuntimeComponentInstanceIndex, in from_component_flags()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcomponent.rs863 &mut PrimaryMap<RuntimeComponentInstanceIndex, InstanceState>, in instance_states()
876 instance: RuntimeComponentInstanceIndex, in instance_state()
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs1070 instance: RuntimeComponentInstanceIndex, in translate_resource_drop()
1528 fn check_may_leave_instance(&mut self, instance: RuntimeComponentInstanceIndex) { in check_may_leave_instance()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs3184 write_caller_instance: RuntimeComponentInstanceIndex, in copy()
3188 read_caller_instance: RuntimeComponentInstanceIndex, in copy()
3396 caller: RuntimeComponentInstanceIndex, in guest_write()
3638 caller_instance: RuntimeComponentInstanceIndex, in guest_read()
/wasmtime-44.0.1/crates/environ/src/component/translate/
H A Dinline.rs1730 instance: RuntimeComponentInstanceIndex, in new()
/wasmtime-44.0.1/crates/environ/src/component/
H A Ddfg.rs741 component_instance: RuntimeComponentInstanceIndex, in instantiate()
H A Dtypes.rs1176 pub fn unwrap_concrete_instance(&self) -> RuntimeComponentInstanceIndex { in unwrap_concrete_instance()