HomeSort by relevance Sort by last modified time
    Searched refs:WasmTable (Results 1 - 8 of 8) sorted by null

  /external/v8/src/wasm/
wasm-module.h 76 struct WasmTable {
77 MOVE_ONLY_WITH_DEFAULT_CONSTRUCTORS(WasmTable);
149 std::vector<WasmTable> tables;
module-decoder.cc 480 WasmTable* table = &module_->tables.back();
566 WasmTable* table = &module_->tables.back();
632 WasmTable* table = nullptr;
    [all...]
module-compiler.cc     [all...]
wasm-interpreter.cc     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
Wasm.h 54 struct WasmTable {
89 WasmTable Table;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
Wasm.h 129 ArrayRef<wasm::WasmTable> tables() const { return Tables; }
245 std::vector<wasm::WasmTable> Tables;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
wasm2yaml.cpp 35 static WasmYAML::Table make_table(const wasm::WasmTable &Table) {
200 for (const wasm::WasmTable &Table : Obj.tables()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
WasmObjectFile.cpp 199 static wasm::WasmTable readTable(WasmObjectFile::ReadContext &Ctx) {
200 wasm::WasmTable Table;
    [all...]

Completed in 362 milliseconds