Searched refs:property_cell_space_ (Results 1 – 3 of 3) sorted by relevance
83 property_cell_space_(NULL), in Heap()166 property_cell_space_->Capacity(); in Capacity()176 property_cell_space_->CommittedMemory() + lo_space_->Size(); in CommittedMemory()189 property_cell_space_->CommittedPhysicalMemory() + in CommittedPhysicalMemory()217 property_cell_space_->Available(); in Available()224 property_cell_space_ != NULL && lo_space_ != NULL; in HasBeenSetUp()369 property_cell_space_->SizeOfObjects() / KB, in PrintShortHeapStatistics()370 property_cell_space_->Available() / KB, in PrintShortHeapStatistics()371 property_cell_space_->CommittedMemory() / KB); in PrintShortHeapStatistics()1489 HeapObjectIterator js_global_property_cell_iterator(property_cell_space_); in Scavenge()[all …]
210 allocation = property_cell_space_->AllocateRaw(size_in_bytes); in AllocateRaw()
599 PropertyCellSpace* property_cell_space() { return property_cell_space_; } in property_cell_space()1460 PropertyCellSpace* property_cell_space_; variable