Home
last modified time | relevance | path

Searched defs:next_page (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dspaces-inl.h59 Page* Page::next_page() { in next_page() function
Dspaces.cc1098 Page* next_page = last_page->next_page(); in EnsureCapacity() local
2336 Page* next_page = current_page->next_page(); in AllocateInNextPage() local
2614 Page* next_page = current_page->next_page(); in AllocateInNextPage() local
Dmark-compact.cc2841 Page* next_page = forwarded_page->next_page(); in GetForwardingAddressInOldSpace() local
/external/v8/test/cctest/
Dtest-heap.cc847 Address next_page = current_page + Page::kPageSize; in TEST() local