Searched refs:PromotedSpaceSize (Results 1 – 5 of 5) sorted by relevance
103 if (bytes_rescanned_ > 2 * heap_->PromotedSpaceSize()) { in BlackToGreyAndUnshift()
1337 return PromotedSpaceSize() + PromotedExternalMemorySize(); in PromotedTotalSize()1455 if (PromotedSpaceSize() >= adjusted_allocation_limit) return true; in NextGCIsLikelyToBeFull()1493 intptr_t PromotedSpaceSize();
941 return heap_->MaxOldGenerationSize() - heap_->PromotedSpaceSize(); in SpaceLeftInOldSpace()
809 size_of_old_gen_at_last_old_space_gc_ = PromotedSpaceSize(); in PerformGarbageCollection()5665 intptr_t Heap::PromotedSpaceSize() { in PromotedSpaceSize() function in v8::internal::Heap
3832 intptr_t old_space_size = heap()->PromotedSpaceSize(); in SweepSpace()