Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstore.rs2108 self.trace_wasm_stack_roots(gc_roots_list); in trace_roots()
2194 fn trace_wasm_stack_roots(&mut self, gc_roots_list: &mut GcRootsList) { in trace_wasm_stack_roots() method