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.cc1971 Page* last_page = anchor()->prev_page(); in AllocateChunk() local
1972 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() local
1996 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 …]
Dspaces.h2455 Page* last_page = Page::FromAddress(top() - kPointerSize); in AllocatedSinceLastGC() local
2456 if (age_mark_page == last_page) { in AllocatedSinceLastGC()
2463 while (current_page != last_page) { in AllocatedSinceLastGC()
2478 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()