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

  /external/chromium_org/v8/src/
heap.cc 76 cell_space_(NULL),
163 cell_space_->Capacity() +
176 cell_space_->CommittedMemory() +
190 cell_space_->CommittedPhysicalMemory() +
221 cell_space_->Available() +
231 cell_space_ != NULL &&
359 cell_space_->SizeOfObjects() / KB,
360 cell_space_->Available() / KB,
361 cell_space_->CommittedMemory() / KB);
    [all...]
heap-inl.h 219 allocation = cell_space_->AllocateRaw(size_in_bytes);
heap.h 1532 CellSpace* cell_space_; member in class:v8::internal::Heap
    [all...]

Completed in 43 milliseconds