Searched defs:RuntimeComponentInstanceIndex (Results 1 – 9 of 9) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/component/types_builder/ |
| H A D | resources.rs | 277 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 D | concurrent.rs | 3398 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 D | global.rs | 332 index: wasmtime_environ::component::RuntimeComponentInstanceIndex, in from_component_flags()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | component.rs | 863 &mut PrimaryMap<RuntimeComponentInstanceIndex, InstanceState>, in instance_states() 876 instance: RuntimeComponentInstanceIndex, in instance_state()
|
| /wasmtime-44.0.1/crates/cranelift/src/compiler/ |
| H A D | component.rs | 1070 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 D | futures_and_streams.rs | 3184 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 D | inline.rs | 1730 instance: RuntimeComponentInstanceIndex, in new()
|
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | dfg.rs | 741 component_instance: RuntimeComponentInstanceIndex, in instantiate()
|
| H A D | types.rs | 1176 pub fn unwrap_concrete_instance(&self) -> RuntimeComponentInstanceIndex { in unwrap_concrete_instance()
|