Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-constants.h145 constexpr uint32_t kWasmPageSizeLog2 = 16; variable
146 static_assert(kWasmPageSize == size_t{1} << kWasmPageSizeLog2, "consistency");
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc3205 __ emit_ptrsize_shri(mem_size, mem_size, kWasmPageSizeLog2); in CurrentMemoryPages()
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc3642 gasm_->WordShr(mem_size, Int32Constant(wasm::kWasmPageSizeLog2)); in CurrentMemoryPages()