Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/disabled/
H A Drooting.rs38 pub(crate) struct RootSet {} struct
40 impl RootSet { impl
/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/enabled/
H A Drooting.rs420 pub(crate) struct RootSet { struct
450 impl RootSet { argument
1417 fn gc_roots(&mut self) -> &mut RootSet { in gc_roots() argument
1853 RootSet::with_lifo_scope(store, |store| { in wasm_ty_load()
1885 RootSet::with_lifo_scope(store, |store| { in wasm_ty_option_load()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstore.rs81 use crate::RootSet;
484 gc_roots: RootSet,
750 gc_roots: RootSet::default(), in try_new()
2061 pub(crate) fn gc_roots(&self) -> &RootSet { in gc_roots() argument
2067 pub(crate) fn gc_roots_mut(&mut self) -> &mut RootSet { in gc_roots_mut() argument