Home | History | Annotate | Download | only in heap

Lines Matching defs:last_page

1031   MemoryChunk* last_page() { return memory_chunk_list_.back(); }
2519 Page* last_page() { return reinterpret_cast<Page*>(Space::last_page()); }
2684 Page* const last_page = Page::FromAllocationAreaAddress(top());
2687 if (current_page != last_page) {
2696 while (current_page != last_page) {
2807 Page* last_page() { return to_space_.last_page(); }