Home
last modified time | relevance | path

Searched refs:old_pointer_space_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dheap.cc103 old_pointer_space_(NULL), in Heap()
166 old_pointer_space_->Capacity() + in Capacity()
178 old_pointer_space_->CommittedMemory() + in CommittedMemory()
197 old_pointer_space_->Available() + in Available()
206 return old_pointer_space_ != NULL && in HasBeenSetup()
327 old_pointer_space_->Size(), in PrintShortHeapStatistics()
328 old_pointer_space_->Available(), in PrintShortHeapStatistics()
329 old_pointer_space_->Waste()); in PrintShortHeapStatistics()
949 VerifyPageWatermarkValidity(old_pointer_space_, ALL_VALID); in Scavenge()
958 old_pointer_space_->FlushTopPageWatermark(); in Scavenge()
[all …]
Dheap-inl.h172 result = old_pointer_space_->AllocateRaw(size_in_bytes); in AllocateRaw()
302 ? old_pointer_space_ in TargetSpace()
Dheap.h395 OldSpace* old_pointer_space() { return old_pointer_space_; } in old_pointer_space()
1277 OldSpace* old_pointer_space_; variable