Searched refs:table_grow_func_ref (Results 1 – 4 of 4) sorted by relevance
28 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()
309 unsafe fn table_grow_func_ref( in table_grow_func_ref() function
2425 self.builtin_functions.table_grow_func_ref(pos.func) in translate_table_grow()
1714 WasmHeapType::Func => self.env.builtins.table_grow_func_ref::<M::ABI>()?, in visit_table_grow()