Searched refs:age_mark_page (Results 1 – 1 of 1) sorted by relevance
2454 Page* age_mark_page = Page::FromAddress(age_mark); in AllocatedSinceLastGC() local2456 if (age_mark_page == last_page) { in AllocatedSinceLastGC()2464 if (current_page == age_mark_page) { in AllocatedSinceLastGC()2474 DCHECK_GE(age_mark_page->area_end(), age_mark); in AllocatedSinceLastGC()2475 size_t allocated = age_mark_page->area_end() - age_mark; in AllocatedSinceLastGC()2476 DCHECK_EQ(current_page, age_mark_page); in AllocatedSinceLastGC()2477 current_page = age_mark_page->next_page(); in AllocatedSinceLastGC()