Searched refs:old_pointer_space_ (Results 1 – 3 of 3) sorted by relevance
78 old_pointer_space_(NULL), in Heap()163 return new_space_.Capacity() + old_pointer_space_->Capacity() + in Capacity()173 return new_space_.CommittedMemory() + old_pointer_space_->CommittedMemory() + in CommittedMemory()184 old_pointer_space_->CommittedPhysicalMemory() + in CommittedPhysicalMemory()214 return new_space_.Available() + old_pointer_space_->Available() + in Available()222 return old_pointer_space_ != NULL && old_data_space_ != NULL && in HasBeenSetUp()332 old_pointer_space_->SizeOfObjects() / KB, in PrintShortHeapStatistics()333 old_pointer_space_->Available() / KB, in PrintShortHeapStatistics()334 old_pointer_space_->CommittedMemory() / KB); in PrintShortHeapStatistics()4426 old_pointer_space_->ReportStatistics(); in ReportHeapStatistics()[all …]
195 allocation = old_pointer_space_->AllocateRaw(size_in_bytes); in AllocateRaw()345 return old_pointer_space_->Contains(address); in InOldPointerSpace()395 return (space == OLD_POINTER_SPACE) ? old_pointer_space_ : old_data_space_; in TargetSpace()
594 OldSpace* old_pointer_space() { return old_pointer_space_; } in old_pointer_space()635 return old_pointer_space_->allocation_top_address(); in OldPointerSpaceAllocationTopAddress()638 return old_pointer_space_->allocation_limit_address(); in OldPointerSpaceAllocationLimitAddress()1455 OldSpace* old_pointer_space_; variable