Home | History | Annotate | Download | only in src

Lines Matching refs:cell_space

610             (cell_space()->CommittedMemory() * 100.0) / CommittedMemory()));
626 static_cast<int>(cell_space()->CommittedMemory() / KB));
660 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(cell_space)
3020 { MaybeObject* maybe_result = AllocateRaw(size, CELL_SPACE, CELL_SPACE);
6032 case CELL_SPACE:
6735 cell_space_ = new CellSpace(this, max_old_generation_size_, CELL_SPACE);
7026 case CELL_SPACE:
7027 return heap_->cell_space();
7048 case CELL_SPACE:
7049 return heap_->cell_space();
7138 case CELL_SPACE:
7139 iterator_ = new HeapObjectIterator(heap_->cell_space(), size_func_);