Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dnew-spaces.cc687 Address to_top = top(); in MakeLinearAllocationAreaIterable() local
688 Page* page = Page::FromAddress(to_top - kTaggedSize); in MakeLinearAllocationAreaIterable()
689 if (page->Contains(to_top)) { in MakeLinearAllocationAreaIterable()
690 int remaining_in_page = static_cast<int>(page->area_end() - to_top); in MakeLinearAllocationAreaIterable()
691 heap_->CreateFillerObjectAt(to_top, remaining_in_page, in MakeLinearAllocationAreaIterable()