Searched refs:CellSpace (Results 1 – 4 of 4) sorted by relevance
2656 class CellSpace : public PagedSpace {2659 CellSpace(Heap* heap, intptr_t max_capacity, AllocationSpace id) in CellSpace() function
598 CellSpace* cell_space() { return cell_space_; } in cell_space()1459 CellSpace* cell_space_;
2759 void CellSpace::VerifyObject(HeapObject* object) { CHECK(object->IsCell()); } in VerifyObject()
5117 cell_space_ = new CellSpace(this, max_old_generation_size_, CELL_SPACE); in SetUp()