Home
last modified time | relevance | path

Searched refs:table_fill_func_ref (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/
H A Dbuiltin.rs30 table_fill_func_ref(vmctx: vmctx, table: u32, dst: u64, val: pointer, len: u64) -> bool;
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dlibcalls.rs403 unsafe fn table_fill_func_ref( in table_fill_func_ref() function
/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs2556 self.builtin_functions.table_fill_func_ref(&mut pos.func) in translate_table_fill()
/wasmtime-44.0.1/winch/codegen/src/
H A Dvisitor.rs1765 let builtin = self.env.builtins.table_fill_func_ref::<M::ABI>()?; in visit_table_fill()