Home
last modified time | relevance | path

Searched refs:WasmTable (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.h76 struct WasmTable { struct
77 MOVE_ONLY_WITH_DEFAULT_CONSTRUCTORS(WasmTable);
149 std::vector<WasmTable> tables;
Dmodule-decoder.cc480 WasmTable* table = &module_->tables.back(); in DecodeImportSection()
566 WasmTable* table = &module_->tables.back(); in DecodeTableSection()
632 WasmTable* table = nullptr; in DecodeExportSection()
1107 uint32_t consume_table_index(WasmModule* module, WasmTable** table) { in consume_table_index()
Dmodule-compiler.cc1539 const WasmTable& table = module_->tables[table_num]; in ProcessImports()
1933 const WasmTable& table = module_->tables[exp.index]; in ProcessExports()
2041 const WasmTable& table = module_->tables[index]; in InitializeTables()
Dwasm-interpreter.cc986 const WasmTable* table = &module_->tables[table_index]; in GetIndirectCode()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h54 struct WasmTable { struct
89 WasmTable Table;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h129 ArrayRef<wasm::WasmTable> tables() const { return Tables; } in tables()
245 std::vector<wasm::WasmTable> Tables;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp35 static WasmYAML::Table make_table(const wasm::WasmTable &Table) { in make_table()
200 for (const wasm::WasmTable &Table : Obj.tables()) { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp199 static wasm::WasmTable readTable(WasmObjectFile::ReadContext &Ctx) { in readTable()
200 wasm::WasmTable Table; in readTable()