Lines Matching refs:function_tables
416 static_cast<int>(module_->function_tables.size()); in CompileToModuleObject()
417 Handle<FixedArray> function_tables = in CompileToModuleObject() local
422 temp_instance.function_tables[i] = factory->NewFixedArray(1, TENURED); in CompileToModuleObject()
424 function_tables->set(i, *temp_instance.function_tables[i]); in CompileToModuleObject()
515 compiled_module->set_function_tables(function_tables); in CompileToModuleObject()
517 compiled_module->set_empty_function_tables(function_tables); in CompileToModuleObject()
578 FixedArray* function_tables = compiled_module->ptr_to_function_tables(); in ResetCompiledModule() local
581 DCHECK_EQ(function_tables->length(), empty_function_tables->length()); in ResetCompiledModule()
582 for (int i = 0, e = function_tables->length(); i < e; ++i) { in ResetCompiledModule()
584 handle(function_tables->get(i), isolate), in ResetCompiledModule()
920 instance->module()->function_tables[table_index].map.FindOrInsert( in UpdateDispatchTablesInternal()
1086 static_cast<int>(module_->function_tables.size()); in Build()
1087 table_instances_.reserve(module_->function_tables.size()); in Build()
1532 module_->function_tables[num_imported_tables]; in ProcessImports()
1722 for (auto table : module_->function_tables) { in NeedsWrappers()
1835 module_->function_tables[exp.index]; in ProcessExports()
1922 static_cast<int>(module_->function_tables.size()); in InitializeTables()
1928 WasmIndirectFunctionTable& table = module_->function_tables[index]; in InitializeTables()
1983 static_cast<int>(module_->function_tables.size()); in LoadTableSegments()
1985 WasmIndirectFunctionTable& table = module_->function_tables[index]; in LoadTableSegments()