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

  /external/v8/src/
heap.cc 107 cell_space_(NULL),
191 cell_space_->Capacity();
203 cell_space_->CommittedMemory() +
222 cell_space_->Available();
231 cell_space_ != NULL &&
351 cell_space_->Size(),
352 cell_space_->Available(),
353 cell_space_->Waste());
    [all...]
heap-inl.h 219 result = cell_space_->AllocateRaw(size_in_bytes);
286 MaybeObject* result = cell_space_->AllocateRaw(JSGlobalPropertyCell::kSize);
heap.h 503 CellSpace* cell_space() { return cell_space_; }
1643 CellSpace* cell_space_; member in class:v8::internal::Heap
    [all...]

Completed in 29 milliseconds