Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dpaged-spaces.cc370 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
Dnew-spaces.cc331 void SemiSpace::AddRangeToActiveSystemPages(Address start, Address end) { in AddRangeToActiveSystemPages() function in v8::internal::SemiSpace
544 to_space_.AddRangeToActiveSystemPages(top(), limit()); in UpdateLinearAllocationArea()
Dnew-spaces.h178 void AddRangeToActiveSystemPages(Address start, Address end);
Dpaged-spaces.h324 void AddRangeToActiveSystemPages(Page* page, Address start, Address end); in NON_EXPORTED_BASE()