Home
last modified time | relevance | path

Searched refs:kV8MaxWasmFunctionBrTableSize (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-limits.h51 constexpr size_t kV8MaxWasmFunctionBrTableSize = 65520; member
H A Dfunction-body-decoder-impl.h1368 if (!VALIDATE(imm.table_count <= kV8MaxWasmFunctionBrTableSize)) { in Validate()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc1549 DCHECK_LE(count, wasm::kV8MaxWasmFunctionBrTableSize + 1); // plus IfDefault in Switch()

Completed in 21 milliseconds