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

  /external/v8/src/
spaces.cc 74 end_page_ = Page::FromAllocationTop(end);
77 cur_limit_ = (p == end_page_) ? end_addr_ : p->AllocationTop();
93 cur_limit_ = (cur_page == end_page_) ? end_addr_ : cur_page->AllocationTop();
    [all...]
spaces.h 662 Page* end_page_; // caches the page of the end address member in class:v8::internal::HeapObjectIterator
    [all...]

Completed in 1749 milliseconds