Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/vmcontext/
H A Dvm_host_func_context.rs20 pub struct VMArrayCallHostFuncContext { struct
27 impl VMArrayCallHostFuncContext { argument
38 ) -> Result<StoreBox<VMArrayCallHostFuncContext>, OutOfMemory> { in new() argument
39 let ctx = StoreBox::new(VMArrayCallHostFuncContext { in new()
73 ) -> NonNull<VMArrayCallHostFuncContext> { in from_opaque() argument
88 offset_of!(VMArrayCallHostFuncContext, func_ref) in vmarray_call_host_func_context_offsets()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/store/
H A Dfunc_refs.rs8 use crate::runtime::vm::{AlwaysMut, SendSyncPtr, VMArrayCallHostFuncContext, VMFuncRef};
201 let _ = VMArrayCallHostFuncContext::from_opaque(func_ref.vmctx.as_non_null()); in try_fill()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dfunc.rs4 self, InterpreterRef, SendSyncPtr, StoreBox, VMArrayCallHostFuncContext,
2193 ctx: StoreBox<VMArrayCallHostFuncContext>,
2233 ctx: StoreBox<VMArrayCallHostFuncContext>, in new_raw() argument
2251 ) -> Result<StoreBox<VMArrayCallHostFuncContext>, OutOfMemory> in vmctx_sync() argument
2259 VMArrayCallHostFuncContext::new( in vmctx_sync()
2286 ) -> Result<StoreBox<VMArrayCallHostFuncContext>, OutOfMemory> in vmctx_async() argument
2354 let vmctx = VMArrayCallHostFuncContext::from_opaque(callee_vmctx); in array_call_trampoline()
H A Dvm.rs129 VMArrayCallHostFuncContext, VMContext, VMFuncRef, VMFunctionImport, VMGlobalDefinition,
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dvmcontext.rs6 pub use self::vm_host_func_context::VMArrayCallHostFuncContext;
1773 ptr: NonNull<VMArrayCallHostFuncContext>, in from_vm_array_call_host_func_context() argument