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

  /external/v8/test/cctest/heap/
test-page-promotion.cc 47 Page* first_page = Page::FromAddress(first_object->address()); local
53 CHECK_GE(first_page->LiveBytes(), threshold_bytes);
57 CHECK(heap->new_space()->ContainsSlow(first_page->address()));
58 CHECK(!heap->old_space()->ContainsSlow(first_page->address()));
60 CHECK(!heap->new_space()->ContainsSlow(first_page->address()));
61 CHECK(heap->old_space()->ContainsSlow(first_page->address()));
test-spaces.cc 314 Page* first_page = memory_allocator->AllocatePage( local
318 first_page->InsertAfter(faked_space.anchor()->prev_page());
319 CHECK(Page::IsValid(first_page));
320 CHECK(first_page->next_page() == faked_space.anchor());
323 for (Page* p = first_page; p != faked_space.anchor(); p = p->next_page()) {
333 other->InsertAfter(first_page);
335 for (Page* p = first_page; p != faked_space.anchor(); p = p->next_page()) {
341 Page* second_page = first_page->next_page();
  /external/v8/test/cctest/
test-weakmaps.cc 179 Page* first_page = heap->old_space()->anchor()->next_page(); local
188 CHECK(!first_page->Contains(object->address()));
218 Page* first_page = heap->old_space()->anchor()->next_page(); local
226 CHECK(!first_page->Contains(keys[i]->address()));
test-weaksets.cc 178 Page* first_page = heap->old_space()->anchor()->next_page(); local
187 CHECK(!first_page->Contains(object->address()));
217 Page* first_page = heap->old_space()->anchor()->next_page(); local
225 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/src/heap/
spaces.h 2485 Page* first_page() { return anchor_.next_page(); } function in class:v8::internal::SemiSpace
3101 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 570 milliseconds