Lines Matching defs:limit
187 Address limit = it != range.end() ? page->area_end() : end;
188 CHECK(limit == end || !page->Contains(end));
189 VerifyMarkingOnPage(page, page->area_start(), limit);
376 Address limit = it != range.end() ? page->area_end() : space->top();
377 CHECK(limit == space->top() || !page->Contains(space->top()));
378 VerifyEvacuationOnPage(current, limit);
388 space->top(), static_cast<int>(space->limit() - space->top()),
480 // Optimize for memory usage near the heap limit.
829 space->top() == space->limit()
907 // limit.
908 // - fragmentation of (n+1)-th page does not exceed the specified limit.
2367 // with the C stack limit check.