Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/enabled/
H A Drooting.rs255 pub struct GcRootIndex { struct
263 assert!(mem::size_of::<GcRootIndex>() == 16); argument
267 impl GcRootIndex { impl
529 pub(crate) fn push_lifo_root(&mut self, store_id: StoreId, gc_ref: VMGcRef) -> GcRootIndex { in push_lifo_root()