Home
last modified time | relevance | path

Searched refs:HandleTable (Results 1 – 6 of 6) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dresources.rs23 use super::{HandleTable, InstanceState, RemovedResource};
69 pub host_table: &'a mut HandleTable,
177 fn table_for_resource(&mut self, resource: &TypedResource) -> &mut HandleTable { in table_for_resource() argument
187 fn table_for_index(&mut self, index: &TypedResourceIndex) -> &mut HandleTable { in table_for_index() argument
H A Dhandle_table.rs115 pub struct HandleTable { struct
120 impl Default for HandleTable { argument
129 impl HandleTable { impl
579 pub struct ThreadHandleTable(HandleTable);
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dstore.rs10 CallContext, ComponentInstance, HandleTable, OwnedComponentInstance,
44 component_host_table: HandleTable,
342 &mut HandleTable, in lift_context_parts() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Doptions.rs10 use crate::runtime::vm::component::{ComponentInstance, HandleTable, ResourceTables};
315 host_table: &'a mut HandleTable,
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcomponent.rs44 pub use self::handle_table::{HandleTable, RemovedResource};
62 handle_table: HandleTable,
78 pub fn handle_table(&mut self) -> &mut HandleTable { in handle_table() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs13 use crate::vm::component::{ComponentInstance, HandleTable, TransmitLocalState};
139 handle_table: &mut HandleTable, in get_mut_by_index_from() argument
4480 fn table_for_transmit(self: Pin<&mut Self>, ty: TransmitIndex) -> &mut HandleTable { in table_for_transmit() argument
4492 ) -> &mut HandleTable { in table_for_error_context() argument