Home | History | Annotate | Download | only in src

Lines Matching refs:last_page

222     size_t last_page = ContainingPage(x + n - 1);
228 if (first_page == last_page) return true;
231 if (first_page == last_page) return true;
236 if (IsCommitted(last_page)) {
237 if (first_page == last_page) return true;
238 --last_page;
239 if (IsCommitted(last_page)) {
240 if (first_page == last_page) return true;
241 --last_page;
245 ASSERT(!IsCommitted(last_page));
249 size_t length = (last_page - first_page + 1) << kPageShift;
273 // to |last_page| range.
277 if (first_page < last_page) {
278 SetCommitted(last_page);
280 SetCommitted(last_page - 1);