Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/
H A Ddisabled.rs19 pub fn into_structref_unchecked(self) -> VMStructRef { in into_structref_unchecked() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/
H A Dstructref.rs55 Ok(self.into_structref_unchecked()) in into_structref()
69 pub fn into_structref_unchecked(self) -> VMStructRef { in into_structref_unchecked() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dgc.rs294 .map(|r| r.map(|r| r.into_structref_unchecked())) in alloc_uninit_struct()