Lines Matching defs:table
27 #include "src/compiler/compiler-source-position-table.h"
37 #include "src/compiler/node-origin-table.h"
55 #include "src/wasm/jump-table-assembler.h"
3151 const wasm::WasmTable& table = env_->module->tables[table_index];
3152 if (table.has_maximum_size && table.maximum_size == table.initial_size) {
3153 *ift_size = Int32Constant(table.initial_size);
3201 // First we have to load the table.
3211 // Bounds check against the table size.
3216 // Check that the table entry is not null and that the type of the function is
3269 Node* table =
3273 Node* decoded_ptr = gasm_->Load(MachineType::Pointer(), table, scaled_index);
5196 // Constexpr, hence just a table lookup in most compilers.
5572 Node* table = gasm_->LoadFixedArrayElementAny(tables, table_index);
5577 assert_size(length_field_size, MachineType::TaggedSigned()), table,
6826 // The (cached) call target is the jump table slot for that function.