Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dgc.rs40 pub trait RootedGcRef<T>: RootedGcRefImpl<T> + Deref<Target = T>
49 U: RootedGcRefImpl<T> + Deref<Target = T>,
/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/disabled/
H A Drooting.rs15 pub trait RootedGcRefImpl<T: GcRef> { trait
83 impl<T: GcRef> RootedGcRefImpl<T> for Rooted<T> {
199 impl<T: GcRef> RootedGcRefImpl<T> for OwnedRooted<T> {
/wasmtime-44.0.1/crates/wasmtime/src/runtime/trampoline/
H A Dglobal.rs4 use crate::{GlobalType, Mutability, Result, RootedGcRefImpl, Val};
/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/enabled/
H A Drooting.rs204 pub trait RootedGcRefImpl<T: GcRef> { interface
936 impl<T: GcRef> RootedGcRefImpl<T> for Rooted<T> {
1949 impl<T: GcRef> RootedGcRefImpl<T> for OwnedRooted<T> {
H A Dexternref.rs3 use super::{AnyRef, RootedGcRefImpl};
H A Danyref.rs3 use super::{ExternRef, RootedGcRefImpl};
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/
H A Darrayref.rs3 AnyRef, ExnRef, ExternRef, Func, HeapType, RootedGcRefImpl, StorageType, Val, ValType,
H A Dstructref.rs3 AnyRef, ExnRef, ExternRef, Func, HeapType, RootedGcRefImpl, StorageType, Val, ValType,
/wasmtime-44.0.1/crates/wasmtime/src/runtime/externals/
H A Dglobal.rs5 Ref, RootedGcRefImpl, Val, ValType,
H A Dtable.rs2 use crate::runtime::RootedGcRefImpl;
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dlibcalls.rs975 ArrayRef, ArrayRefPre, ArrayType, Func, OpaqueRootScope, RootedGcRefImpl, Val, in array_new_elem()