Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc1308 Address to_top = new_space_->top(); in EnsureFillerObjectAtTop() local
1309 Page* page = Page::FromAddress(to_top - kPointerSize); in EnsureFillerObjectAtTop()
1310 if (page->Contains(to_top)) { in EnsureFillerObjectAtTop()
1311 int remaining_in_page = static_cast<int>(page->area_end() - to_top); in EnsureFillerObjectAtTop()
1312 CreateFillerObjectAt(to_top, remaining_in_page, ClearRecordedSlots::kNo); in EnsureFillerObjectAtTop()