Searched refs:property_cell_space_ (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/heap/
H A Dheap.cc83 property_cell_space_(NULL),
166 property_cell_space_->Capacity();
176 property_cell_space_->CommittedMemory() + lo_space_->Size();
189 property_cell_space_->CommittedPhysicalMemory() +
217 property_cell_space_->Available();
224 property_cell_space_ != NULL && lo_space_ != NULL;
369 property_cell_space_->SizeOfObjects() / KB,
370 property_cell_space_->Available() / KB,
371 property_cell_space_->CommittedMemory() / KB);
1489 HeapObjectIterator js_global_property_cell_iterator(property_cell_space_);
[all...]
H A Dheap-inl.h210 allocation = property_cell_space_->AllocateRaw(size_in_bytes);
H A Dheap.h599 PropertyCellSpace* property_cell_space() { return property_cell_space_; }
1460 PropertyCellSpace* property_cell_space_; member in class:v8::internal::Heap

Completed in 72 milliseconds