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()
187 old_pointer_space_->Capacity() + in Capacity()
199 old_pointer_space_->CommittedMemory() + in CommittedMemory()
218 old_pointer_space_->Available() + in Available()
227 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()
5037 old_pointer_space_->ReportStatistics(); in ReportHeapStatistics()
5062 old_pointer_space_->Contains(addr) || in Contains()
[all …]
Dheap-inl.h211 result = old_pointer_space_->AllocateRaw(size_in_bytes); in AllocateRaw()
353 ? old_pointer_space_ in TargetSpace()
Dheap.h499 OldSpace* old_pointer_space() { return old_pointer_space_; } in old_pointer_space()
1639 OldSpace* old_pointer_space_; variable