Searched refs:WasmPageSize (Results 1 – 2 of 2) sorted by relevance
31 const uint32_t WasmPageSize = 65536; variable
703 uint32_t NumPages = (DataSize + wasm::WasmPageSize - 1) / wasm::WasmPageSize; in writeImportSection()