Home
last modified time | relevance | path

Searched refs:end_page_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dspaces.cc80 end_page_ = Page::FromAllocationTop(end); in Initialize()
83 cur_limit_ = (p == end_page_) ? end_addr_ : p->AllocationTop(); in Initialize()
99 cur_limit_ = (cur_page == end_page_) ? end_addr_ : cur_page->AllocationTop(); in FromNextPage()
Dspaces.h843 Page* end_page_; // caches the page of the end address variable