Searched refs:current_page (Results 1 – 3 of 3) sorted by relevance
807 Page* current_page = TopPageOf(mc_forwarding_info_); in SlowMCAllocateRaw() local808 if (!current_page->next_page()->is_valid()) { in SlowMCAllocateRaw()809 if (!Expand(current_page)) { in SlowMCAllocateRaw()815 ASSERT(current_page->next_page()->is_valid()); in SlowMCAllocateRaw()825 current_page->mc_relocation_top = mc_forwarding_info_.top; in SlowMCAllocateRaw()826 SetAllocationInfo(&mc_forwarding_info_, current_page->next_page()); in SlowMCAllocateRaw()944 Page* current_page = first_page_; in Verify() local945 while (current_page->is_valid()) { in Verify()952 Address top = current_page->AllocationTop(); in Verify()953 if (current_page == top_page) { in Verify()[all …]
915 virtual void PutRestOfCurrentPageOnFreeList(Page* current_page) = 0;1024 virtual HeapObject* AllocateInNextPage(Page* current_page,1676 virtual void PutRestOfCurrentPageOnFreeList(Page* current_page);1691 HeapObject* AllocateInNextPage(Page* current_page, int size_in_bytes);1739 virtual void PutRestOfCurrentPageOnFreeList(Page* current_page);1755 HeapObject* AllocateInNextPage(Page* current_page, int size_in_bytes);
107 int current_page,total_pages; in refresh_show_win() local109 current_page=show_pad_info.line/show_pad_info.display_lines+1; in refresh_show_win()111 current_page++; in refresh_show_win()115 wprintw (show_win,"Page %d of %d\n",current_page,total_pages); in refresh_show_win()