Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/vmcontext/
H A Dvm_host_func_context.rs5 use super::{VMArrayCallNative, VMOpaqueContext};
35 host_func: VMArrayCallNative, in new() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dinterpreter.rs2 use crate::runtime::vm::vmcontext::VMArrayCallNative;
371 call!(@host VMArrayCallNative(nonnull, nonnull, nonnull, size) -> bool); in call_indirect_host()
H A Dvmcontext.rs46 pub type VMArrayCallNative = unsafe extern "C" fn( typedef
956 native: VMArrayCallNative, in array_call_native()