Searched refs:to_top (Results 1 – 1 of 1) sorted by relevance
1308 Address to_top = new_space_->top(); in EnsureFillerObjectAtTop() local1309 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()