HomeSort by relevance Sort by last modified time
    Searched defs:first_page (Results 1 - 7 of 7) sorted by null

  /external/v8/test/cctest/
test-weakmaps.cc 196 Page* first_page = heap->old_pointer_space()->anchor()->next_page(); local
205 CHECK(!first_page->Contains(object->address()));
234 Page* first_page = heap->old_pointer_space()->anchor()->next_page(); local
242 CHECK(!first_page->Contains(keys[i]->address()));
test-weaksets.cc 196 Page* first_page = heap->old_pointer_space()->anchor()->next_page(); local
205 CHECK(!first_page->Contains(object->address()));
234 Page* first_page = heap->old_pointer_space()->anchor()->next_page(); local
242 CHECK(!first_page->Contains(keys[i]->address()));
test-constantpool.cc 284 Page* first_page = heap->old_data_space()->anchor()->next_page(); local
293 CHECK(!first_page->Contains(heap_ptr->address()));
test-spaces.cc 307 Page* first_page = memory_allocator->AllocatePage( local
310 first_page->InsertAfter(faked_space.anchor()->prev_page());
311 CHECK(first_page->is_valid());
312 CHECK(first_page->next_page() == faked_space.anchor());
315 for (Page* p = first_page; p != faked_space.anchor(); p = p->next_page()) {
324 other->InsertAfter(first_page);
326 for (Page* p = first_page; p != faked_space.anchor(); p = p->next_page()) {
332 Page* second_page = first_page->next_page();
334 memory_allocator->Free(first_page);
  /external/pdfium/testing/
embedder_test.cpp 239 int first_page = FPDFAvail_GetFirstPageNum(document_); local
240 (void) FPDFAvail_IsPageAvail(avail_, first_page, &hints_);
241 return first_page;
  /external/pdfium/samples/
pdfium_test.cc 476 int first_page = FPDFAvail_GetFirstPageNum(doc); local
477 (void) FPDFAvail_IsPageAvail(pdf_avail, first_page, &hints);
  /external/v8/src/heap/
spaces.h 2146 NewSpacePage* first_page() { return anchor_.next_page(); } function in class:v8::internal::SemiSpace
2764 LargePage* first_page() { return first_page_; } function in class:v8::internal::LargeObjectSpace
    [all...]

Completed in 98 milliseconds