Home
last modified time | relevance | path

Searched defs:WasmTable (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-module-builder.h448 struct WasmTable { struct
468 ZoneVector<WasmTable> tables_; argument
Dwasm-module.h532 struct WasmTable { struct
538 static bool IsValidTableType(ValueType type, const WasmModule* module) { in IsValidTableType()
546 ValueType type = kWasmVoid; // table type.
547 uint32_t initial_size = 0; // initial table size.
548 uint32_t maximum_size = 0; // maximum table size.
549 bool has_maximum_size = false; // true if there is a maximum size.
550 bool imported = false; // true if imported.
551 bool exported = false; // true if exported.
552 ConstantExpression initial_value;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h69 struct WasmTable { struct
70 uint8_t ElemType;
71 WasmLimits Limits;