Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-limits.h33 constexpr size_t kV8MaxWasmModuleSize = 1024 * 1024 * 1024; // = 1 GiB variable
Dstreaming-decoder.cc158 : DecodeVarInt32(kV8MaxWasmModuleSize, "section length"), in DecodeSectionLength()
Dwasm-js.cc187 if (length > i::wasm::kV8MaxWasmModuleSize) { in GetFirstArgumentAsBytes()
189 i::wasm::kV8MaxWasmModuleSize, length); in GetFirstArgumentAsBytes()
Dmodule-decoder.cc1402 if (size >= kV8MaxWasmModuleSize) in DecodeWasmModule()