Home | History | Annotate | Download | only in src

Lines Matching defs:cell_space

616   PagedSpace* cell_space = Heap::cell_space();
648 if (!(cell_space->ReserveSpace(cell_space_size))) {
649 AbortIncrementalMarkingAndCollectGarbage(this, CELL_SPACE,
5091 case CELL_SPACE:
5936 cell_space_ = new CellSpace(this, max_old_generation_size_, CELL_SPACE);
6145 case CELL_SPACE:
6146 return HEAP->cell_space();
6165 case CELL_SPACE:
6166 return HEAP->cell_space();
6250 case CELL_SPACE:
6251 iterator_ = new HeapObjectIterator(HEAP->cell_space(), size_func_);