Searched refs:StaticGcRefTable (Results 1 – 1 of 1) sorted by relevance
113 GcRef(StaticGcRefTable),123 impl From<StaticGcRefTable> for StaticTable {124 fn from(value: StaticGcRefTable) -> Self { in from()145 pub struct StaticGcRefTable { struct234 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 …]