Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/
H A Dgc_runtime.rs579 pub unsafe fn add_wasm_stack_root(&mut self, ptr_to_root: SendSyncPtr<u32>) { in add_wasm_stack_root() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstore.rs2188 .add_wasm_stack_root(SendSyncPtr::new(NonNull::new(stack_slot).unwrap())); in trace_wasm_stack_slot()