Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/
H A Dinstructions.rs60 pub struct VMHostArrayRef<T> { struct
71 pub type VMPayloads = VMHostArrayRef<u128>;
74 pub type VMHandlerList = VMHostArrayRef<*mut u8>;
223 impl<T: VMHostArrayEntry> VMHostArrayRef<T> { implementation