Searched refs:kV8MaxWasmMemoryPages (Results 1 – 2 of 2) sorted by relevance
31 constexpr size_t kV8MaxWasmMemoryPages = 32767; // = ~ 2 GiB variable45 static_assert(kV8MaxWasmMemoryPages <= kSpecMaxWasmMemoryPages,50 kV8MaxWasmMemoryPages * uint64_t{kWasmPageSize};
549 DEFINE_UINT(wasm_max_mem_pages, v8::internal::wasm::kV8MaxWasmMemoryPages,