Home | History | Annotate | Download | only in src

Lines Matching refs:spaces

131   PagedSpaces spaces;
132 for (PagedSpace* space = spaces.next();
133 space != NULL; space = spaces.next()) {
175 OldSpaces spaces;
176 for (OldSpace* space = spaces.next(); space != NULL; space = spaces.next()) {
908 // Allocation functions for the paged spaces call the space's MCAllocateRaw.
1215 // Compute new space next to last after the old and code spaces have been
1220 // overwrites non-live objects. Objects in the other spaces rely on
1459 // Noncompacting collections simply sweep the spaces to clear the mark
1460 // bits and free the nonlive blocks (for old and map spaces). We sweep
1462 // the other spaces rely on possibly non-live maps to get the sizes for
1480 PagedSpaces spaces;
1481 for (PagedSpace* space = spaces.next();
1482 space != NULL; space = spaces.next()) {
1607 PagedSpaces spaces;
1608 PagedSpace* original_space = spaces.next();
1611 original_space = spaces.next();
1808 // Flip from and to spaces
1821 PagedSpaces spaces;
1822 for (PagedSpace* space = spaces.next(); space != NULL; space = spaces.next())
1862 // spaces (see RelocateObjects).