HomeSort by relevance Sort by last modified time
    Searched refs:property_cell_space_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/
heap.cc 97 property_cell_space_(NULL),
197 property_cell_space_->Capacity();
210 property_cell_space_->CommittedMemory() +
224 property_cell_space_->CommittedPhysicalMemory() +
255 property_cell_space_->Available();
265 property_cell_space_ != NULL &&
398 property_cell_space_->SizeOfObjects() / KB,
399 property_cell_space_->Available() / KB,
400 property_cell_space_->CommittedMemory() / KB);
    [all...]
heap-inl.h 256 result = property_cell_space_->AllocateRaw(size_in_bytes);
heap.h 567 return property_cell_space_;
1908 PropertyCellSpace* property_cell_space_; member in class:v8::internal::Heap
    [all...]

Completed in 201 milliseconds