Home
last modified time | relevance | path

Searched refs:page_high (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dnew-spaces.cc535 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()
Dnew-spaces.h87 Address page_high() const { return current_page_->area_end(); } in page_high() function
527 (info)->top() <= (space).page_high() && \
528 (info)->limit() <= (space).page_high())
/third_party/node/deps/v8/src/runtime/
Druntime-test.cc934 static_cast<int>(space->to_space().page_high() - space->top()); in FillUpOneNewSpacePage()