Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
Dcoverage_html.js256 .bind('keydown', '0', coverage.to_top)
305 coverage.to_top = function () { function
/external/v8/src/heap/
Dheap.cc941 Address to_top = new_space_.top(); in EnsureFillerObjectAtTop() local
942 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()