Searched refs:to_top (Results 1 – 2 of 2) sorted by relevance
256 .bind('keydown', '0', coverage.to_top)305 coverage.to_top = function () { function
941 Address to_top = new_space_.top(); in EnsureFillerObjectAtTop() local942 Page* page = Page::FromAddress(to_top - kPointerSize); in EnsureFillerObjectAtTop()943 if (page->Contains(to_top)) { in EnsureFillerObjectAtTop()944 int remaining_in_page = static_cast<int>(page->area_end() - to_top); in EnsureFillerObjectAtTop()945 CreateFillerObjectAt(to_top, remaining_in_page, ClearRecordedSlots::kNo); in EnsureFillerObjectAtTop()