Searched refs:AddRangeToActiveSystemPages (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
D | paged-spaces.cc | 370 AddRangeToActiveSystemPages(page, object_start, object_start + size_in_bytes); in ExpandBackground() 600 AddRangeToActiveSystemPages(page, start, limit); in TryAllocationFromFreeListMain() 717 AddRangeToActiveSystemPages(page, start, limit); in TryAllocationFromFreeListBackground() 1011 void PagedSpace::AddRangeToActiveSystemPages(Page* page, Address start, in AddRangeToActiveSystemPages() function in v8::internal::PagedSpace
|
D | new-spaces.cc | 331 void SemiSpace::AddRangeToActiveSystemPages(Address start, Address end) { in AddRangeToActiveSystemPages() function in v8::internal::SemiSpace 544 to_space_.AddRangeToActiveSystemPages(top(), limit()); in UpdateLinearAllocationArea()
|
D | new-spaces.h | 178 void AddRangeToActiveSystemPages(Address start, Address end);
|
D | paged-spaces.h | 324 void AddRangeToActiveSystemPages(Page* page, Address start, Address end); in NON_EXPORTED_BASE()
|