Searched refs:old_space_ (Results 1 – 4 of 4) sorted by relevance
99 old_space_(NULL), in Heap()195 return new_space_.Capacity() + old_space_->Capacity() + in Capacity()203 return old_space_->CommittedMemory() + code_space_->CommittedMemory() + in CommittedOldGenerationMemory()219 old_space_->CommittedPhysicalMemory() + in CommittedPhysicalMemory()256 return old_space_ != NULL && code_space_ != NULL && map_space_ != NULL && in HasBeenSetUp()357 old_space_->SizeOfObjects() / KB, old_space_->Available() / KB, in PrintShortHeapStatistics()358 old_space_->CommittedMemory() / KB); in PrintShortHeapStatistics()4345 old_space_->ReportStatistics(); in ReportHeapStatistics()4363 (new_space_.ToSpaceContains(addr) || old_space_->Contains(addr) || in Contains()4382 return old_space_->Contains(addr); in InSpace()[all …]
228 allocation = old_space_->AllocateRaw(size_in_bytes, alignment); in AllocateRaw()376 bool Heap::InOldSpace(Address address) { return old_space_->Contains(address); } in InOldSpace()
814 return old_space_->allocation_top_address(); in OldSpaceAllocationTopAddress()817 return old_space_->allocation_limit_address(); in OldSpaceAllocationLimitAddress()1081 OldSpace* old_space() { return old_space_; } in old_space()2207 OldSpace* old_space_; variable
3006 : old_space_(heap, OLD_SPACE, Executability::NOT_EXECUTABLE), in CompactionSpaceCollection()3014 return &old_space_; in Get()3033 CompactionSpace old_space_;