Home | History | Annotate | Download | only in heap

Lines Matching defs:current_page_

1462   PageRange::iterator current_page_;
2188 current_page_(nullptr),
2221 Page* current_page() { return current_page_; }
2228 Address page_low() { return current_page_->area_start(); }
2231 Address page_high() { return current_page_->area_end(); }
2234 Page* next_page = current_page_->next_page();
2242 current_page_ = next_page;
2334 Page* current_page_;