Home | History | Annotate | Download | only in heap

Lines Matching refs:FromAllocationAreaAddress

686   static Page* FromAllocationAreaAddress(Address address) {
1544 return (Page::FromAllocationAreaAddress(top_) ==
1545 Page::FromAllocationAreaAddress(limit_)) &&
2467 Page* const age_mark_page = Page::FromAllocationAreaAddress(age_mark);
2468 Page* const last_page = Page::FromAllocationAreaAddress(top());