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

  /external/v8/test/cctest/
test-spaces.cc 128 MemoryAllocator::SetNextPage(last_page, others);
145 MemoryAllocator::SetNextPage(first_page, free_return);
  /external/v8/src/
spaces-inl.h 190 void MemoryAllocator::SetNextPage(Page* prev, Page* next) {
spaces.cc 552 SetNextPage(last_page, Page::FromAddress(NULL));
851 MemoryAllocator::SetNextPage(last_page, p);
889 MemoryAllocator::SetNextPage(top_page, p);
    [all...]
spaces.h 493 static inline void SetNextPage(Page* prev, Page* next);
    [all...]

Completed in 25 milliseconds