Searched refs:page_high (Results 1 – 3 of 3) sorted by relevance
535 allocation_info_->Reset(new_top, to_space_.page_high()); in UpdateLinearAllocationArea()564 Address new_limit = ComputeLimit(top(), to_space_.page_high(), min_size); in UpdateInlineAllocationLimit()566 DCHECK_LE(new_limit, to_space_.page_high()); in UpdateInlineAllocationLimit()642 Address high = to_space_.page_high(); in EnsureAllocation()656 high = to_space_.page_high(); in EnsureAllocation()712 DCHECK_EQ(original_limit_, to_space_.page_high()); in VerifyTop()
87 Address page_high() const { return current_page_->area_end(); } in page_high() function527 (info)->top() <= (space).page_high() && \528 (info)->limit() <= (space).page_high())
934 static_cast<int>(space->to_space().page_high() - space->top()); in FillUpOneNewSpacePage()