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

  /external/v8/src/
heap-inl.h 87 result = cell_space_->AllocateRaw(size_in_bytes);
148 Object* result = cell_space_->AllocateRaw(JSGlobalPropertyCell::kSize);
heap.cc 62 CellSpace* Heap::cell_space_ = NULL; member in class:v8::internal::Heap
136 cell_space_->Capacity();
148 cell_space_->CommittedMemory() +
161 cell_space_->Available();
170 cell_space_ != NULL &&
270 cell_space_->Size(),
271 cell_space_->Available(),
272 cell_space_->Waste());
442 return cell_space_->Available() >= requested_size;
807 HeapObjectIterator cell_iterator(cell_space_);
    [all...]
heap.h 264 static CellSpace* cell_space() { return cell_space_; }
929 static CellSpace* cell_space_; member in class:v8::internal::Heap
    [all...]

Completed in 21 milliseconds