Searched refs:kV8MaxWasmTypes (Results 1 – 4 of 4) sorted by relevance
29 constexpr size_t kV8MaxWasmTypes = 1000000; variable
63 kFunc = kV8MaxWasmTypes, // shorthand: c177 static_cast<Representation>(kV8MaxWasmTypes);563 static_assert(kV8MaxWasmTypes < (1u << kHeapTypeBits),
674 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()
232 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()