Home | History | Annotate | Download | only in src

Lines Matching refs:page_high

1856   Address page_high() {
2186 allocation_info_.limit = to_space_.page_high();
2199 Address FromSpacePageHigh() { return from_space_.page_high(); }
2342 && (info).top <= (space).page_high() \
2343 && (info).limit <= (space).page_high())