Searched refs:last_page (Results 1 – 5 of 5) sorted by relevance
118 int last_page; member844 options->last_page = options->first_page; in ParseCommandLine()849 options->last_page; in ParseCommandLine()1456 int last_page = options.pages ? options.last_page + 1 : page_count; in RenderPdf() local1457 for (int i = first_page; i < last_page; ++i) { in RenderPdf()
1031 MemoryChunk* last_page() { return memory_chunk_list_.back(); } in last_page() function2519 Page* last_page() { return reinterpret_cast<Page*>(Space::last_page()); } in last_page() function2684 Page* const last_page = Page::FromAllocationAreaAddress(top()); in AllocatedSinceLastGC() local2687 if (current_page != last_page) { in AllocatedSinceLastGC()2696 while (current_page != last_page) { in AllocatedSinceLastGC()2807 Page* last_page() { return to_space_.last_page(); } in last_page() function
187 auto last_page = list.back(); in GetSweptPageSafe() local189 return last_page; in GetSweptPageSafe()
2622 DCHECK(last_page()); in AllocateChunk()2636 new_page->SetFlags(last_page()->GetFlags(), Page::kCopyOnFlipFlagsMask); in AllocateChunk()2645 DCHECK(last_page()); in AllocateChunk()2647 MemoryChunk* last = last_page(); in AllocateChunk()2692 DCHECK(last_page()); in AllocateChunk()
380 uint64 last_page = 0; in AddrMapPrint() local392 last_page = i * 4096; in AddrMapPrint()395 logprintf(4, "Log: %#016llx - %#016llx\n", last_page, (i * 4096) - 1); in AddrMapPrint()