Home
last modified time | relevance | path

Searched defs:ExternRefHostDataTable (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/
H A Dhost_data.rs25 pub struct ExternRefHostDataTable { struct
42 impl ExternRefHostDataTable { implementation
H A Dgc_runtime.rs159 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 Ddrc.rs240 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 Dnull.rs243 _host_data_table: &mut ExternRefHostDataTable, in write_gc_ref()
333 _host_data_table: &'a mut ExternRefHostDataTable, in gc()