Home
last modified time | relevance | path

Searched refs:kV8MaxWasmTypes (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-limits.h29 constexpr size_t kV8MaxWasmTypes = 1000000; variable
Dvalue-type.h63 kFunc = kV8MaxWasmTypes, // shorthand: c
177 static_cast<Representation>(kV8MaxWasmTypes);
563 static_assert(kV8MaxWasmTypes < (1u << kHeapTypeBits),
Dmodule-decoder.cc674 uint32_t types_count = consume_count("types count", kV8MaxWasmTypes); in DecodeTypeSection()
721 consume_count("recursive group size", kV8MaxWasmTypes); in DecodeTypeSection()
722 if (module_->types.size() + group_size > kV8MaxWasmTypes) { in DecodeTypeSection()
724 kV8MaxWasmTypes); in DecodeTypeSection()
Dfunction-body-decoder-impl.h232 if (!VALIDATE(type_index < kV8MaxWasmTypes)) { in read_heap_type()
237 type_index, kV8MaxWasmTypes); in read_heap_type()
342 if (!VALIDATE(type_index < kV8MaxWasmTypes)) { in read_value_type()
347 type_index, kV8MaxWasmTypes); in read_value_type()