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

  /external/v8/src/heap/
heap.cc 99 old_space_(NULL),
195 return new_space_.Capacity() + old_space_->Capacity() +
203 return old_space_->CommittedMemory() + code_space_->CommittedMemory() +
219 old_space_->CommittedPhysicalMemory() +
256 return old_space_ != NULL && code_space_ != NULL && map_space_ != NULL &&
357 old_space_->SizeOfObjects() / KB, old_space_->Available() / KB,
358 old_space_->CommittedMemory() / KB);
    [all...]
heap-inl.h 228 allocation = old_space_->AllocateRaw(size_in_bytes, alignment);
376 bool Heap::InOldSpace(Address address) { return old_space_->Contains(address); }
heap.h 2207 OldSpace* old_space_; member in class:v8::internal::Heap
    [all...]
spaces.h 3033 CompactionSpace old_space_; member in class:v8::internal::CompactionSpaceCollection
    [all...]

Completed in 143 milliseconds