Home
last modified time | relevance | path

Searched refs:kMaxMemoryPagesAtRuntime (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dcompilation-environment.h66 static constexpr uint32_t kMaxMemoryPagesAtRuntime = member
80 min_memory_size(std::min(kMaxMemoryPagesAtRuntime, in module()
84 std::min(kMaxMemoryPagesAtRuntime,
Dmodule-compiler.cc762 constexpr uint32_t CompilationEnv::kMaxMemoryPagesAtRuntime; member in v8::internal::wasm::CompilationEnv