Searched refs:kV8MaxWasmModuleSize (Results 1 – 4 of 4) sorted by relevance
33 constexpr size_t kV8MaxWasmModuleSize = 1024 * 1024 * 1024; // = 1 GiB variable
158 : DecodeVarInt32(kV8MaxWasmModuleSize, "section length"), in DecodeSectionLength()
187 if (length > i::wasm::kV8MaxWasmModuleSize) { in GetFirstArgumentAsBytes()189 i::wasm::kV8MaxWasmModuleSize, length); in GetFirstArgumentAsBytes()
1402 if (size >= kV8MaxWasmModuleSize) in DecodeWasmModule()