Home
last modified time | relevance | path

Searched refs:WasmIndirectFunctionTable (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.h103 struct WasmIndirectFunctionTable { struct
167 std::vector<WasmIndirectFunctionTable> function_tables; // function tables.
303 const WasmIndirectFunctionTable* GetTable(uint32_t index) const { in GetTable()
Dmodule-decoder.cc352 WasmIndirectFunctionTable* table = &module->function_tables.back(); in DecodeModule()
420 WasmIndirectFunctionTable* table = &module->function_tables.back(); in DecodeModule()
491 WasmIndirectFunctionTable* table = nullptr; in DecodeModule()
575 WasmIndirectFunctionTable* table = nullptr; in DecodeModule()
912 WasmIndirectFunctionTable** table) { in consume_table_index()
Dwasm-module.cc1531 WasmIndirectFunctionTable& table = in ProcessImports()
1834 WasmIndirectFunctionTable& table = in ProcessExports()
1928 WasmIndirectFunctionTable& table = module_->function_tables[index]; in InitializeTables()
1985 WasmIndirectFunctionTable& table = module_->function_tables[index]; in LoadTableSegments()
Dwasm-interpreter.cc874 const WasmIndirectFunctionTable* table = in GetIndirectCode()
1419 const WasmIndirectFunctionTable* table = in Execute()