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

  /external/v8/test/cctest/
test-weakmaps.cc 188 Page* first_page = heap->old_space()->anchor()->next_page(); local
197 CHECK(!first_page->Contains(object->address()));
227 Page* first_page = heap->old_space()->anchor()->next_page(); local
235 CHECK(!first_page->Contains(keys[i]->address()));
test-weaksets.cc 187 Page* first_page = heap->old_space()->anchor()->next_page(); local
196 CHECK(!first_page->Contains(object->address()));
226 Page* first_page = heap->old_space()->anchor()->next_page(); local
234 CHECK(!first_page->Contains(keys[i]->address()));
  /external/pdfium/testing/
embedder_test.cpp 213 int first_page = FPDFAvail_GetFirstPageNum(document_); local
214 (void)FPDFAvail_IsPageAvail(avail_, first_page, &hints_);
215 return first_page;
  /external/v8/test/cctest/heap/
test-spaces.cc 320 Page* first_page = memory_allocator->AllocatePage( local
323 first_page->InsertAfter(faked_space.anchor()->prev_page());
324 CHECK(first_page->is_valid());
325 CHECK(first_page->next_page() == faked_space.anchor());
328 for (Page* p = first_page; p != faked_space.anchor(); p = p->next_page()) {
337 other->InsertAfter(first_page);
339 for (Page* p = first_page; p != faked_space.anchor(); p = p->next_page()) {
345 Page* second_page = first_page->next_page();
    [all...]
  /external/v8/src/heap/
incremental-marking.cc 399 LargePage* lop = heap_->lo_space()->first_page();
431 LargePage* lop = heap_->lo_space()->first_page();
    [all...]
spaces.h 2453 NewSpacePage* first_page() { return anchor_.next_page(); } function in class:v8::internal::SemiSpace
3161 LargePage* first_page() { return first_page_; } function in class:v8::internal::LargeObjectSpace
    [all...]
spaces.cc     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
xsym.c 86 compute_offset (unsigned long first_page,
92 unsigned long page_number = first_page + (sym_index / entries_per_page);
    [all...]

Completed in 126 milliseconds