Searched refs:old_space_ (Results 1 – 4 of 4) sorted by relevance
177 return old_space_->allocation_top_address(); in OldSpaceAllocationTopAddress()181 return old_space_->allocation_limit_address(); in OldSpaceAllocationLimitAddress()334 allocation = old_space_->AllocateRaw(size_in_bytes, alignment); in AllocateRaw()488 bool Heap::InOldSpace(Object* object) { return old_space_->Contains(object); } in InOldSpace()495 return old_space_->ContainsSlow(address); in InOldSpaceSlow()
105 old_space_(NULL), in Heap()195 return old_space_->Capacity() + code_space_->Capacity() + in OldGenerationCapacity()202 return old_space_->CommittedMemory() + code_space_->CommittedMemory() + in CommittedOldGenerationMemory()217 old_space_->CommittedPhysicalMemory() + in CommittedPhysicalMemory()252 return old_space_ != NULL && code_space_ != NULL && map_space_ != NULL && in HasBeenSetUp()346 old_space_->SizeOfObjects() / KB, old_space_->Available() / KB, in PrintShortHeapStatistics()347 old_space_->CommittedMemory() / KB); in PrintShortHeapStatistics()4567 CodeStatistics::CollectCodeStatistics(old_space_, isolate()); in CollectCodeStatistics()4610 old_space_->ReportStatistics(); in ReportHeapStatistics()4679 (new_space_->ToSpaceContains(value) || old_space_->Contains(value) || in Contains()[all …]
2715 : old_space_(heap, OLD_SPACE, Executability::NOT_EXECUTABLE), in CompactionSpaceCollection()2721 return &old_space_; in Get()2732 CompactionSpace old_space_;
1022 OldSpace* old_space() { return old_space_; } in old_space()2192 OldSpace* old_space_; variable