Home
last modified time | relevance | path

Searched defs:first_page (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/cctest/
Dtest-weaksets.cc187 Page* first_page = heap->old_space()->anchor()->next_page(); in TEST() local
226 Page* first_page = heap->old_space()->anchor()->next_page(); in TEST() local
Dtest-weakmaps.cc188 Page* first_page = heap->old_space()->anchor()->next_page(); in TEST() local
227 Page* first_page = heap->old_space()->anchor()->next_page(); in TEST() local
/external/pdfium/testing/
Dembedder_test.cpp213 int first_page = FPDFAvail_GetFirstPageNum(document_); in GetFirstPageNum() local
/external/v8/test/cctest/heap/
Dtest-spaces.cc320 Page* first_page = memory_allocator->AllocatePage( in TEST() local
/external/v8/src/heap/
Dspaces.h2453 NewSpacePage* first_page() { return anchor_.next_page(); } in first_page() function
3161 LargePage* first_page() { return first_page_; } in first_page() function