Home
last modified time | relevance | path

Searched refs:PromotedSpaceSizeOfObjects (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dincremental-marking-inl.h93 if (bytes_rescanned_ > 2 * heap_->PromotedSpaceSizeOfObjects()) { in BlackToGreyAndUnshift()
Dincremental-marking.cc444 heap_->PromotedSpaceSizeOfObjects() > kActivationThreshold; in WorthActivating()
979 return heap_->MaxOldGenerationSize() - heap_->PromotedSpaceSizeOfObjects(); in SpaceLeftInOldSpace()
Dheap.h997 int64_t total = PromotedSpaceSizeOfObjects() + PromotedExternalMemorySize(); in PromotedTotalSize()
1169 intptr_t PromotedSpaceSizeOfObjects();
Dheap.cc1082 OldGenerationAllocationLimit(PromotedSpaceSizeOfObjects(), 0); in PerformGarbageCollection()
1115 PromotedSpaceSizeOfObjects(), freed_global_handles); in PerformGarbageCollection()
1429 intptr_t survived_watermark = PromotedSpaceSizeOfObjects(); in Scavenge()
1546 (PromotedSpaceSizeOfObjects() - survived_watermark) + new_space_.Size())); in Scavenge()
4967 intptr_t Heap::PromotedSpaceSizeOfObjects() { in PromotedSpaceSizeOfObjects() function in v8::internal::Heap