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 98 old_space_(NULL),
196 return old_space_->Capacity() + code_space_->Capacity() +
204 return old_space_->CommittedMemory() + code_space_->CommittedMemory() +
220 old_space_->CommittedPhysicalMemory() +
257 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 232 allocation = old_space_->AllocateRaw(size_in_bytes, alignment);
381 bool Heap::InOldSpace(Object* object) { return old_space_->Contains(object); }
388 return old_space_->ContainsSlow(address);
heap.h 653 return old_space_->allocation_top_address();
656 return old_space_->allocation_limit_address();
2068 OldSpace* old_space_; member in class:v8::internal::Heap
    [all...]
spaces.h 2986 CompactionSpace old_space_; member in class:v8::internal::CompactionSpaceCollection
    [all...]

Completed in 261 milliseconds