Home
last modified time | relevance | path

Searched refs:kSpecMaxWasmMemoryPages (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dwasm-limits.h18 constexpr size_t kSpecMaxWasmMemoryPages = 65536; variable
45 static_assert(kV8MaxWasmMemoryPages <= kSpecMaxWasmMemoryPages,
53 kSpecMaxWasmMemoryPages * uint64_t{kWasmPageSize};
Dmodule-decoder.cc504 kSpecMaxWasmMemoryPages, &module_->maximum_pages, flags); in DecodeImportSection()
584 &module_->has_maximum_pages, kSpecMaxWasmMemoryPages, in DecodeMemorySection()
Dwasm-js.cc944 i::wasm::kSpecMaxWasmMemoryPages)) { in WebAssemblyMemory()