Home | History | Annotate | Download | only in src

Lines Matching refs:end_page_

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();