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

  /bionic/libc/private/
bionic_allocator.h 72 small_object_page_info* next_page; member in struct:small_object_page_info
  /art/libartbase/base/
utils.cc 137 uintptr_t next_page = RoundUp(start + 1, kPageSize); local
139 uintptr_t boundary = std::min(next_page, limit);
144 next_page += kPageSize;
  /external/harfbuzz_ng/src/
hb-set.hh 434 unsigned int next_page = na; local
498 page_map[count].index = next_page++;
516 page_map[count].index = next_page++;
  /external/pdfium/third_party/base/allocator/partition_allocator/
partition_alloc.h 265 PartitionPage* next_page; member in struct:pdfium::base::PartitionPage
    [all...]
  /external/v8/src/heap/
spaces.h 813 Page* next_page() { return static_cast<Page*>(list_node_.next()); } function in class:v8::internal::Page
903 inline LargePage* next_page() { function in class:v8::internal::LargePage
2466 Page* next_page = current_page_->next_page(); local
    [all...]

Completed in 328 milliseconds