Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/
H A Ddrc.rs128 over_approximated_stack_roots: Box<Option<VMGcRef>>, field
165 over_approximated_stack_roots: Box::new(None), in new()
383 let mut link = (*self.over_approximated_stack_roots) in iter_over_approximated_stack_roots()
568 let mut next = (*self.over_approximated_stack_roots) in sweep()
602 None => *self.over_approximated_stack_roots = prev_next, in sweep()
773 debug_assert!(self.over_approximated_stack_roots.is_none()); in attach()
792 over_approximated_stack_roots, in detach()
805 **over_approximated_stack_roots = None; in detach()
866 let next = (*self.over_approximated_stack_roots) in expose_gc_ref_to_wasm()
871 *self.over_approximated_stack_roots = Some(gc_ref); in expose_gc_ref_to_wasm()
[all …]