Home
last modified time | relevance | path

Searched refs:ExternRefHostDataTable (Results 1 – 5 of 5) 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 { argument
77 let mut table = ExternRefHostDataTable::default(); in correct_dyn_object()
H A Dgc_runtime.rs5 ExternRefHostDataId, ExternRefHostDataTable, GcHeapObject, SendSyncPtr, TypedGcRef, VMArrayRef,
159 fn drop_gc_ref(&mut self, host_data_table: &mut ExternRefHostDataTable, gc_ref: VMGcRef) { in drop_gc_ref() argument
178 host_data_table: &mut ExternRefHostDataTable, in write_gc_ref() argument
362 host_data_table: &'a mut ExternRefHostDataTable, in gc() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/
H A Dnull.rs12 ExternRefHostDataId, ExternRefHostDataTable, GarbageCollection, GcHeap, GcHeapObject,
243 _host_data_table: &mut ExternRefHostDataTable, in write_gc_ref() argument
333 _host_data_table: &'a mut ExternRefHostDataTable, in gc() argument
H A Ddrc.rs52 ExternRefHostDataId, ExternRefHostDataTable, GarbageCollection, GcHeap, GcHeapObject,
240 host_data_table: &mut ExternRefHostDataTable, in dec_ref_and_maybe_dealloc() argument
524 fn sweep(&mut self, host_data_table: &mut ExternRefHostDataTable) { in sweep() argument
836 host_data_table: &mut ExternRefHostDataTable, in write_gc_ref() argument
1022 host_data_table: &'a mut ExternRefHostDataTable, in gc() argument
1080 host_data_table: &'a mut ExternRefHostDataTable,
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dgc.rs47 pub host_data_table: ExternRefHostDataTable,
68 let host_data_table = ExternRefHostDataTable::default(); in new()