Searched refs:host_resource_data (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/resources/ |
| H A D | host_tables.rs | 39 host_resource_data: &'a mut HostResourceData, field 106 host_resource_data: &'a mut HostResourceData, in from_parts() 110 host_resource_data, in from_parts() 173 .and_then(|i| self.host_resource_data.table_slot_metadata.get(i).copied()); in validate_host_index() 188 self.host_resource_data.cur_generation += 1; in validate_host_index() 205 let list = &mut self.host_resource_data.table_slot_metadata; in new_host_index() 207 generation: self.host_resource_data.cur_generation, in new_host_index()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | store.rs | 45 host_resource_data: HostResourceData, field 87 host_resource_data: Default::default(), in new() 352 &mut data.host_resource_data, in lift_context_parts() 393 &mut data.host_resource_data, in component_resource_tables_and_host_resource_data()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/ |
| H A D | options.rs | 316 host_resource_data: &'a mut HostResourceData, field 346 let (task_state, host_table, host_resource_data, instance) = in new() 359 host_resource_data, in new() 465 self.host_resource_data, in resource_tables()
|