Searched refs:last_page (Results 1 – 3 of 3) sorted by relevance
222 size_t last_page = ContainingPage(x + n - 1); in Ensure() local228 if (first_page == last_page) return true; in Ensure()231 if (first_page == last_page) return true; in Ensure()236 if (IsCommitted(last_page)) { in Ensure()237 if (first_page == last_page) return true; in Ensure()238 --last_page; in Ensure()239 if (IsCommitted(last_page)) { in Ensure()240 if (first_page == last_page) return true; in Ensure()241 --last_page; in Ensure()245 ASSERT(!IsCommitted(last_page)); in Ensure()[all …]
360 uint64 last_page = 0; in AddrMapPrint() local372 last_page = i * 4096; in AddrMapPrint()375 logprintf(4, "Log: %#016llx - %#016llx\n", last_page, (i * 4096) - 1); in AddrMapPrint()
1555 NewSpacePage* last_page = anchor()->prev_page(); in GrowTo() local1556 DCHECK(last_page != anchor()); in GrowTo()1561 new_page->InsertAfter(last_page); in GrowTo()1564 new_page->SetFlags(last_page->GetFlags(), in GrowTo()1566 last_page = new_page; in GrowTo()