Home
last modified time | relevance | path

Searched refs:kV8MaxWasmMemoryPages (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dcompilation-environment.h88 std::min(kV8MaxWasmMemoryPages, in CompilationEnv()
92 ? std::min(kV8MaxWasmMemoryPages,
94 : kV8MaxWasmMemoryPages) *
H A Dwasm-limits.h24 // only grow up to kV8MaxWasmMemoryPages.
42 constexpr size_t kV8MaxWasmMemoryPages = kSystemPointerSize == 4 member
H A Dwasm-engine.cc1684 kV8MaxWasmMemoryPages * kWasmPageSize <= JSArrayBuffer::kMaxByteLength, in max_mem_pages()
1686 STATIC_ASSERT(kV8MaxWasmMemoryPages <= kMaxUInt32); in max_mem_pages()
1687 return std::min(uint32_t{kV8MaxWasmMemoryPages}, FLAG_wasm_max_mem_pages); in max_mem_pages()
/third_party/node/deps/v8/src/flags/
H A Dflag-definitions.h979 DEFINE_UINT(wasm_max_mem_pages, v8::internal::wasm::kV8MaxWasmMemoryPages,

Completed in 8 milliseconds