Home
last modified time | relevance | path

Searched refs:last_page (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/samples/
Dpdfium_test.cc85 int last_page; member
517 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() local
848 for (int i = first_page; i < last_page; ++i) { in RenderPdf()
/external/v8/src/heap/
Dspaces.cc1982 Page* last_page = anchor()->prev_page(); in AllocateChunk() local
1983 DCHECK_NE(last_page, anchor()); in AllocateChunk()
1989 RewindPages(last_page, pages_added); in AllocateChunk()
1992 new_page->InsertAfter(last_page); in AllocateChunk()
1995 new_page->SetFlags(last_page->GetFlags(), Page::kCopyOnFlipFlagsMask); in AllocateChunk()
1996 last_page = new_page; in AllocateChunk()
2005 Page* last_page = start; in AllocateChunk() local
2007 DCHECK_NE(last_page, anchor()); in AllocateChunk()
2008 new_last_page = last_page->prev_page(); in AllocateChunk()
2009 last_page->prev_page()->set_next_page(last_page->next_page()); in AllocateChunk()
[all …]
Dspaces.h2468 Page* const last_page = Page::FromAllocationAreaAddress(top()); in AllocatedSinceLastGC() local
2471 if (current_page != last_page) { in AllocatedSinceLastGC()
2480 while (current_page != last_page) { in AllocatedSinceLastGC()
/external/stressapptest/src/
Dsat.cc380 uint64 last_page = 0; in AddrMapPrint() local
392 last_page = i * 4096; in AddrMapPrint()
395 logprintf(4, "Log: %#016llx - %#016llx\n", last_page, (i * 4096) - 1); in AddrMapPrint()