Home
last modified time | relevance | path

Searched refs:cell_space_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/heap/
Dheap.cc82 cell_space_(NULL), in Heap()
165 map_space_->Capacity() + cell_space_->Capacity() + in Capacity()
175 map_space_->CommittedMemory() + cell_space_->CommittedMemory() + in CommittedMemory()
188 cell_space_->CommittedPhysicalMemory() + in CommittedPhysicalMemory()
216 map_space_->Available() + cell_space_->Available() + in Available()
223 code_space_ != NULL && map_space_ != NULL && cell_space_ != NULL && in HasBeenSetUp()
362 cell_space_->SizeOfObjects() / KB, cell_space_->Available() / KB, in PrintShortHeapStatistics()
363 cell_space_->CommittedMemory() / KB); in PrintShortHeapStatistics()
1477 HeapObjectIterator cell_iterator(cell_space_); in Scavenge()
4434 cell_space_->ReportStatistics(); in ReportHeapStatistics()
[all …]
Dheap-inl.h208 allocation = cell_space_->AllocateRaw(size_in_bytes); in AllocateRaw()
Dheap.h598 CellSpace* cell_space() { return cell_space_; } in cell_space()
1459 CellSpace* cell_space_; variable