Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dread-only-spaces.cc139 AllocationStats new_stats; in CreateReadOnlySpace() local
140 new_stats.IncreaseCapacity(accounting_stats().Capacity()); in CreateReadOnlySpace()
165 new_stats.IncreaseAllocatedBytes(page->allocated_bytes(), new_page); in CreateReadOnlySpace()
172 std::move(mappings), std::move(new_stats)); in CreateReadOnlySpace()
792 AllocationStats&& new_stats) in SharedReadOnlySpace() argument
799 accounting_stats_ = std::move(new_stats); in SharedReadOnlySpace()
Dread-only-spaces.h289 AllocationStats&& new_stats);