Home
last modified time | relevance | path

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

/external/v8/src/
Dspaces.h1856 Address page_high() { in page_high() function
2186 allocation_info_.limit = to_space_.page_high(); in LowerInlineAllocationLimit()
2199 Address FromSpacePageHigh() { return from_space_.page_high(); } in FromSpacePageHigh()
2342 && (info).top <= (space).page_high() \
2343 && (info).limit <= (space).page_high())
Dspaces.cc1133 allocation_info_.limit = to_space_.page_high(); in Shrink()
1140 allocation_info_.limit = to_space_.page_high(); in UpdateAllocationInfo()
1200 Address high = to_space_.page_high(); in SlowAllocateRaw()