Home
last modified time | relevance | path

Searched defs:delta_pages (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dnew-spaces.cc185 const int delta_pages = static_cast<int>(delta / Page::kPageSize); in GrowTo() local
227 int delta_pages = static_cast<int>(delta / Page::kPageSize); in ShrinkTo() local
/third_party/node/deps/v8/src/objects/
Dbacking-store.cc571 size_t delta_pages, in GrowWasmMemoryInPlace()
/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc136 uint32_t delta_pages = args.positive_smi_value_at(1); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/wasm/
Dwasm-js.cc2126 uint32_t delta_pages; in WebAssemblyMemoryGrow() local