Searched refs:cell_space_ (Results 1 – 3 of 3) sorted by relevance
107 cell_space_(NULL), in Heap()191 cell_space_->Capacity(); in Capacity()203 cell_space_->CommittedMemory() + in CommittedMemory()222 cell_space_->Available(); in Available()231 cell_space_ != NULL && in HasBeenSetUp()351 cell_space_->Size(), in PrintShortHeapStatistics()352 cell_space_->Available(), in PrintShortHeapStatistics()353 cell_space_->Waste()); in PrintShortHeapStatistics()1199 HeapObjectIterator cell_iterator(cell_space_); in Scavenge()5045 cell_space_->ReportStatistics(); in ReportHeapStatistics()[all …]
219 result = cell_space_->AllocateRaw(size_in_bytes); in AllocateRaw()286 MaybeObject* result = cell_space_->AllocateRaw(JSGlobalPropertyCell::kSize); in AllocateRawCell()
503 CellSpace* cell_space() { return cell_space_; } in cell_space()1643 CellSpace* cell_space_; variable