Searched refs:kMaxWasmCodeMB (Results 1 – 2 of 2) sorted by relevance
250 constexpr size_t kMaxWasmCodeMB = 4095; variable251 constexpr size_t kMaxWasmCodeMemory = kMaxWasmCodeMB * MB;
983 DEFINE_UINT(wasm_max_code_space, v8::internal::kMaxWasmCodeMB,