Searched refs:age_mark_page (Results 1 – 1 of 1) sorted by relevance
2467 Page* const age_mark_page = Page::FromAllocationAreaAddress(age_mark); in AllocatedSinceLastGC() local2469 Page* current_page = age_mark_page; in AllocatedSinceLastGC()2472 DCHECK_EQ(current_page, age_mark_page); in AllocatedSinceLastGC()2473 DCHECK_GE(age_mark_page->area_end(), age_mark); in AllocatedSinceLastGC()2474 allocated += age_mark_page->area_end() - age_mark; in AllocatedSinceLastGC()2481 DCHECK_NE(current_page, age_mark_page); in AllocatedSinceLastGC()