Searched refs:remaining_in_page (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/heap/
H A Dspaces.cc1365 int remaining_in_page = static_cast<int>(limit - top); local
1366 heap()->CreateFillerObjectAt(top, remaining_in_page);
H A Dheap.cc779 int remaining_in_page = static_cast<int>(from_limit - from_top); local
780 CreateFillerObjectAt(from_top, remaining_in_page);

Completed in 906 milliseconds