Home
last modified time | relevance | path

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

/wasmtime-44.0.1/winch/codegen/src/codegen/
H A Dcall.rs208 let callee_body_offset = vmoffsets.vmctx_vmfunction_import_wasm_call(index); in lower_import()
/wasmtime-44.0.1/crates/environ/src/
H A Dvmoffsets.rs1046 pub fn vmctx_vmfunction_import_wasm_call(&self, index: FuncIndex) -> u32 { in vmctx_vmfunction_import_wasm_call() method
/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs1824 .vmctx_vmfunction_import_wasm_call(callee_index), in direct_call()