Searched refs:to_top (Results 1 – 1 of 1) sorted by relevance
958 Address to_top = new_space_->top(); in EnsureFillerObjectAtTop() local959 Page* page = Page::FromAddress(to_top - kPointerSize); in EnsureFillerObjectAtTop()960 if (page->Contains(to_top)) { in EnsureFillerObjectAtTop()961 int remaining_in_page = static_cast<int>(page->area_end() - to_top); in EnsureFillerObjectAtTop()962 CreateFillerObjectAt(to_top, remaining_in_page, ClearRecordedSlots::kNo); in EnsureFillerObjectAtTop()