Lines Matching refs:high
1537 Address high = to_space_.page_high();
1539 allocation_info_.set_limit(Min(new_top, high));
1545 Address high = to_space_.page_high();
1548 allocation_info_.set_limit(Min(new_limit, high));
1585 Address high = to_space_.page_high();
1589 if (old_top + aligned_size_in_bytes > high) {
1598 high = to_space_.page_high();
1602 DCHECK(old_top + aligned_size_in_bytes <= high);
1604 if (allocation_info_.limit() < high) {