Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-limits.h25 constexpr size_t kV8MaxWasmTypes = 1000000; variable
Dvalue-type.h55 kFunc = kV8MaxWasmTypes, // shorthand: c
447 STATIC_ASSERT(kV8MaxWasmTypes < (1u << kHeapTypeBits));
Dmodule-decoder.cc529 uint32_t signatures_count = consume_count("types count", kV8MaxWasmTypes); in DecodeTypeSection()
Dfunction-body-decoder-impl.h239 if (!VALIDATE(type_index < kV8MaxWasmTypes)) { in read_heap_type()
244 type_index, kV8MaxWasmTypes); in read_heap_type()