Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dinstance.rs544 InstanceLayout::vmctx(self) in vmctx()
1662 unsafe impl InstanceLayout for Instance {
1691 pub struct OwnedInstance<T: InstanceLayout> {
1775 pub unsafe trait InstanceLayout { trait
1892 impl<T: InstanceLayout> OwnedInstance<T> {
1963 impl<T: InstanceLayout> Drop for OwnedInstance<T> {
H A Dcomponent.rs15 use crate::runtime::vm::instance::{InstanceLayout, OwnedInstance, OwnedVMContext};
357 InstanceLayout::vmctx(self) in vmctx()
976 unsafe impl InstanceLayout for ComponentInstance {