Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcomponent.rs19 VMMemoryDefinition, VMOpaqueContext, VMStore, VMStoreRawPtr, VMTableImport, VMWasmCallFunction,
487 mem::transmute::<Option<VmPtr<VMWasmCallFunction>>, usize>(ret.as_ref().wasm_call) in trampoline_func_ref()
501 mem::transmute::<Option<VmPtr<VMWasmCallFunction>>, usize>(ret.as_ref().wasm_call) in unsafe_intrinsic_func_ref()
607 wasm_call: NonNull<VMWasmCallFunction>, in set_trampoline() argument
628 wasm_call: NonNull<VMWasmCallFunction>, in set_intrinsic() argument
H A Dvmcontext.rs68 pub struct VMWasmCallFunction(VMFunctionBody); struct
75 pub wasm_call: VmPtr<VMWasmCallFunction>,
867 pub wasm_call: Option<VmPtr<VMWasmCallFunction>>,
H A Dinstance.rs25 use crate::vm::VMWasmCallFunction;
821 .cast::<VMWasmCallFunction>() in construct_func_ref()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/module/
H A Dregistry.rs6 use crate::runtime::vm::VMWasmCallFunction;
301 ) -> Option<NonNull<VMWasmCallFunction>> { in wasm_to_array_trampoline() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dmodule.rs4 use crate::runtime::vm::{CompiledModuleId, MmapVec, ModuleMemoryImages, VMWasmCallFunction};
1131 ) -> Option<NonNull<VMWasmCallFunction>> { in wasm_to_array_trampoline() argument
1160 .cast::<VMWasmCallFunction>() in wasm_to_array_trampoline()
H A Dvm.rs131 VMStoreContext, VMTableImport, VMTagImport, VMWasmCallFunction, ValRaw,
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dcomponent.rs7 use crate::runtime::vm::{CompiledModuleId, VMArrayCallFunction, VMFuncRef, VMWasmCallFunction};
103 pub wasm_call: NonNull<VMWasmCallFunction>,