Lines Matching defs:space
927 NewSpace* space = heap->new_space();
928 // We cannot rely on `space->limit()` to point to the end of the current page
931 DCHECK_IMPLIES(!space->IsInlineAllocationEnabled(),
932 space->limit() == space->top());
934 static_cast<int>(space->to_space().page_high() - space->top());
956 NewSpace* space = heap->new_space();
960 } while (space->AddFreshPage());
1296 // Object is not in new space, thus there is no memento and nothing to do.