Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc760 Address commit_end = RoundUp(code_space.end(), commit_page_size); in AllocateForCodeInRegion() local
762 // page. {commit_end} will be the start of the page after the one in which in AllocateForCodeInRegion()
769 if (commit_start < commit_end) { in AllocateForCodeInRegion()
771 {commit_start, commit_end - commit_start}, owned_code_space_)) { in AllocateForCodeInRegion()
774 committed_code_space_.fetch_add(commit_end - commit_start); in AllocateForCodeInRegion()
779 InsertIntoWritableRegions({commit_start, commit_end - commit_start}, in AllocateForCodeInRegion()

Completed in 5 milliseconds