Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h2463 Address page_high() { return current_page_->area_end(); } in page_high() function
2920 (info).top() <= (space).page_high() && \
2921 (info).limit() <= (space).page_high())
Dspaces.cc2298 allocation_info_.Reset(new_top, to_space_.page_high()); in AllocateChunk()
2321 Address new_limit = ComputeLimit(top(), to_space_.page_high(), min_size); in AllocateChunk()
2363 Address high = to_space_.page_high(); in AllocateChunk()
2374 high = to_space_.page_high(); in AllocateChunk()