Searched refs:kV8MaxWasmTypes (Results 1 – 4 of 4) sorted by relevance
25 constexpr size_t kV8MaxWasmTypes = 1000000; variable
55 kFunc = kV8MaxWasmTypes, // shorthand: c447 STATIC_ASSERT(kV8MaxWasmTypes < (1u << kHeapTypeBits));
529 uint32_t signatures_count = consume_count("types count", kV8MaxWasmTypes); in DecodeTypeSection()
239 if (!VALIDATE(type_index < kV8MaxWasmTypes)) { in read_heap_type()244 type_index, kV8MaxWasmTypes); in read_heap_type()