Searched refs:to_top (Results 1 – 1 of 1) sorted by relevance
687 Address to_top = top(); in MakeLinearAllocationAreaIterable() local688 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()