Searched refs:last_page (Results 1 – 4 of 4) sorted by relevance
85 int last_page; member517 options->last_page = options->first_page; in ParseCommandLine()522 options->last_page; in ParseCommandLine()847 int last_page = options.pages ? options.last_page + 1 : page_count; in RenderPdf() local848 for (int i = first_page; i < last_page; ++i) { in RenderPdf()
1971 Page* last_page = anchor()->prev_page(); in AllocateChunk() local1972 DCHECK_NE(last_page, anchor()); in AllocateChunk()1978 RewindPages(last_page, pages_added); in AllocateChunk()1981 new_page->InsertAfter(last_page); in AllocateChunk()1984 new_page->SetFlags(last_page->GetFlags(), Page::kCopyOnFlipFlagsMask); in AllocateChunk()1985 last_page = new_page; in AllocateChunk()1994 Page* last_page = start; in AllocateChunk() local1996 DCHECK_NE(last_page, anchor()); in AllocateChunk()1997 new_last_page = last_page->prev_page(); in AllocateChunk()1998 last_page->prev_page()->set_next_page(last_page->next_page()); in AllocateChunk()[all …]
2455 Page* last_page = Page::FromAddress(top() - kPointerSize); in AllocatedSinceLastGC() local2456 if (age_mark_page == last_page) { in AllocatedSinceLastGC()2463 while (current_page != last_page) { in AllocatedSinceLastGC()2478 while (current_page != last_page) { in AllocatedSinceLastGC()
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()