Lines Matching refs:StaticGcRefTable
113 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()
534 Table::Static(StaticTable::GcRef(StaticGcRefTable { data, .. })) => Some(data.len()), in maximum()
715 Table::Static(StaticTable::GcRef(StaticGcRefTable { data, size })) => { in _grow()
917 Table::Static(StaticTable::GcRef(StaticGcRefTable { data, size })) => { in vmtable()
998 Self::Static(StaticTable::GcRef(StaticGcRefTable { data, size })) => unsafe { in gc_refs()
1038 Self::Static(StaticTable::GcRef(StaticGcRefTable { data, size })) => unsafe { in gc_refs_mut()