Home | History | Annotate | Download | only in heap

Lines Matching refs:FIRST_SPACE

416     DCHECK_GE(space_to_start_, FIRST_SPACE);
418 const int offset = space_to_start_ - FIRST_SPACE;
419 const int num_spaces = LAST_PAGED_SPACE - FIRST_SPACE + 1;
421 const int space_id = FIRST_SPACE + ((i + offset) % num_spaces);
422 DCHECK_GE(space_id, FIRST_SPACE);