Searched defs:ExternRefHostDataTable (Results 1 – 4 of 4) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/ |
| H A D | host_data.rs | 25 pub struct ExternRefHostDataTable { struct 42 impl ExternRefHostDataTable { implementation
|
| H A D | gc_runtime.rs | 159 fn drop_gc_ref(&mut self, host_data_table: &mut ExternRefHostDataTable, gc_ref: VMGcRef) { in drop_gc_ref() 178 host_data_table: &mut ExternRefHostDataTable, in write_gc_ref() 362 host_data_table: &'a mut ExternRefHostDataTable, in gc()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/ |
| H A D | drc.rs | 240 host_data_table: &mut ExternRefHostDataTable, in dec_ref_and_maybe_dealloc() 524 fn sweep(&mut self, host_data_table: &mut ExternRefHostDataTable) { in sweep() 836 host_data_table: &mut ExternRefHostDataTable, in write_gc_ref() 1022 host_data_table: &'a mut ExternRefHostDataTable, in gc()
|
| H A D | null.rs | 243 _host_data_table: &mut ExternRefHostDataTable, in write_gc_ref() 333 _host_data_table: &'a mut ExternRefHostDataTable, in gc()
|