Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-code-manager.cc666 Address commit_end = RoundUp(mem.end, AllocatePageSize()); in AllocateForCode() local
675 if (commit_start < commit_end) { in AllocateForCode()
684 it != rend && commit_start < commit_end; ++it) { in AllocateForCode()
685 if (commit_end > it->end() || it->address() >= commit_end) continue; in AllocateForCode()
687 size_t commit_size = static_cast<size_t>(commit_end - start); in AllocateForCode()
693 commit_end = start; in AllocateForCode()
696 size_t commit_size = static_cast<size_t>(commit_end - commit_start); in AllocateForCode()