Searched refs:RootedGcRefImpl (Results 1 – 11 of 11) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | gc.rs | 40 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 D | rooting.rs | 15 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 D | global.rs | 4 use crate::{GlobalType, Mutability, Result, RootedGcRefImpl, Val};
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/enabled/ |
| H A D | rooting.rs | 204 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 D | externref.rs | 3 use super::{AnyRef, RootedGcRefImpl};
|
| H A D | anyref.rs | 3 use super::{ExternRef, RootedGcRefImpl};
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/ |
| H A D | arrayref.rs | 3 AnyRef, ExnRef, ExternRef, Func, HeapType, RootedGcRefImpl, StorageType, Val, ValType,
|
| H A D | structref.rs | 3 AnyRef, ExnRef, ExternRef, Func, HeapType, RootedGcRefImpl, StorageType, Val, ValType,
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/externals/ |
| H A D | global.rs | 5 Ref, RootedGcRefImpl, Val, ValType,
|
| H A D | table.rs | 2 use crate::runtime::RootedGcRefImpl;
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | libcalls.rs | 975 ArrayRef, ArrayRefPre, ArrayType, Func, OpaqueRootScope, RootedGcRefImpl, Val, in array_new_elem()
|