Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dtable.rs113 GcRef(StaticGcRefTable),
123 impl From<StaticGcRefTable> for StaticTable {
124 fn from(value: StaticGcRefTable) -> Self { in from()
145 pub struct StaticGcRefTable { struct
234 impl From<StaticGcRefTable> for Table {
235 fn from(value: StaticGcRefTable) -> Self { in from()
413 Ok(Self::from(StaticGcRefTable { data, size })) in new_static()
514 Table::Static(StaticTable::GcRef(StaticGcRefTable { size, .. })) => *size, in size()
715 Table::Static(StaticTable::GcRef(StaticGcRefTable { data, size })) => { in _grow()
917 Table::Static(StaticTable::GcRef(StaticGcRefTable { data, size })) => { in vmtable()
[all …]