Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/
H A Ddrc.rs389 link = self.index(drc_ref(&r)).next_over_approximated_stack_root(); in iter_over_approximated_stack_roots()
586 next = header.next_over_approximated_stack_root(); in sweep()
598 next = header.next_over_approximated_stack_root(); in sweep()
599 let prev_next = header.next_over_approximated_stack_root(); in sweep()
645 next_over_approximated_stack_root: Option<VMGcRef>, field
685 fn next_over_approximated_stack_root(&self) -> Option<VMGcRef> { in next_over_approximated_stack_root() method
687 self.next_over_approximated_stack_root in next_over_approximated_stack_root()
697 self.next_over_approximated_stack_root = next; in set_next_over_approximated_stack_root()
959 next_over_approximated_stack_root: None, in alloc_raw()
1192 next_over_approximated_stack_root: None, in ref_count_is_at_correct_offset()