Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dvmoffsets.rs727 pub fn vmfunction_import_array_call(&self) -> u8 { in vmfunction_import_array_call() method
1053 self.vmctx_vmfunction_import(index) + u32::from(self.vmfunction_import_array_call()) in vmctx_vmfunction_import_array_call()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dvmcontext.rs114 usize::from(offsets.vmfunction_import_array_call()) in check_vmfunction_import_offsets()