Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dbuiltin.rs28 table_grow_func_ref(vmctx: vmctx, table: u32, delta: u64, init: pointer) -> pointer;
438 (@get table_grow_func_ref pointer) => (TrapSentinel::NegativeTwo); in trap_sentinel()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dlibcalls.rs309 unsafe fn table_grow_func_ref( in table_grow_func_ref() function
/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs2425 self.builtin_functions.table_grow_func_ref(pos.func) in translate_table_grow()
/wasmtime-44.0.1/winch/codegen/src/
H A Dvisitor.rs1714 WasmHeapType::Func => self.env.builtins.table_grow_func_ref::<M::ABI>()?, in visit_table_grow()