Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.h103 struct WasmIndirectFunctionTable { struct
104 uint32_t min_size; // minimum table size.
105 uint32_t max_size; // maximum table size.
106 bool has_max; // true if there is a maximum size.
108 std::vector<int32_t> values; // function table, -1 indicating invalid.
109 bool imported; // true if imported.
110 bool exported; // true if exported.
111 SignatureMap map; // canonicalizing map for sig indexes.