Searched refs:kWasmPageSizeLog2 (Results 1 – 3 of 3) sorted by relevance
115 constexpr uint32_t kWasmPageSizeLog2 = 16; variable116 static_assert(kWasmPageSize == size_t{1} << kWasmPageSizeLog2, "consistency");
2385 __ emit_ptrsize_shri(mem_size, mem_size, kWasmPageSizeLog2); in CurrentMemoryPages()
3491 mcgraph()->Int32Constant(wasm::kWasmPageSizeLog2)); in CurrentMemoryPages()