Searched refs:function_table (Results 1 – 4 of 4) sorted by relevance
52 class function_table: class353 self.rop_functions = function_table("Render", 1)354 self.sop_functions = function_table("Single", 0)355 self.vop_functions = function_table("VendorPriv", 0)
1134 const auto &IndirectTable = Module->function_table; in CallIndirect()1503 LOG(out << " function table size: " << Module->function_table.size() in translate()1565 for (uint32_t F : Module->function_table) { in translate()
627 Handle<WasmIndirectFunctionTable> function_table = in ClearDispatchTables() local629 DCHECK_LT(index, function_table->size()); in ClearDispatchTables()630 function_table->Clear(index); in ClearDispatchTables()
977 TNode<RawPtrT> function_table = ReinterpretCast<RawPtrT>(ExternalConstant( in CallRuntimeN() local982 IntPtrAdd(function_table, ChangeUint32ToWord(function_offset)); in CallRuntimeN()