Searched refs:first_page_ (Results 1 – 2 of 2) sorted by relevance
2771 current_ = space->first_page_; in LargeObjectIterator()2778 current_ = space->first_page_; in LargeObjectIterator()2801 first_page_(NULL), in LargeObjectSpace()2809 first_page_ = NULL; in SetUp()2820 while (first_page_ != NULL) { in TearDown()2821 LargePage* page = first_page_; in TearDown()2822 first_page_ = first_page_->next_page(); in TearDown()2855 page->set_next_page(first_page_); in AllocateRaw()2856 first_page_ = page; in AllocateRaw()2893 LargePage* current = first_page_; in CommittedPhysicalMemory()[all …]
2762 bool IsEmpty() { return first_page_ == NULL; } in IsEmpty()2764 LargePage* first_page() { return first_page_; } in first_page()2783 LargePage* first_page_; variable