Home | History | Annotate | Download | only in wasm

Lines Matching refs:function_tables

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