Home
last modified time | relevance | path

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

/external/pdfium/samples/
Dpdfium_test.cc118 int last_page; member
844 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() local
1457 for (int i = first_page; i < last_page; ++i) { in RenderPdf()
/external/v8/src/heap/
Dspaces.h1031 MemoryChunk* last_page() { return memory_chunk_list_.back(); } in last_page() function
2519 Page* last_page() { return reinterpret_cast<Page*>(Space::last_page()); } in last_page() function
2684 Page* const last_page = Page::FromAllocationAreaAddress(top()); in AllocatedSinceLastGC() local
2687 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
Dsweeper.cc187 auto last_page = list.back(); in GetSweptPageSafe() local
189 return last_page; in GetSweptPageSafe()
Dspaces.cc2622 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()
/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()