Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dgc.rs364 pub fn dealloc_uninit_exn(&mut self, exnref: VMExnRef) { in dealloc_uninit_exn() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/enabled/
H A Dexnref.rs364 store.require_gc_store_mut()?.dealloc_uninit_exn(exnref); in new_unchecked()