Home
last modified time | relevance | path

Searched refs:PromotedSpaceSize (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dincremental-marking-inl.h103 if (bytes_rescanned_ > 2 * heap_->PromotedSpaceSize()) { in BlackToGreyAndUnshift()
Dheap.h1337 return PromotedSpaceSize() + PromotedExternalMemorySize(); in PromotedTotalSize()
1455 if (PromotedSpaceSize() >= adjusted_allocation_limit) return true; in NextGCIsLikelyToBeFull()
1493 intptr_t PromotedSpaceSize();
Dincremental-marking.cc941 return heap_->MaxOldGenerationSize() - heap_->PromotedSpaceSize(); in SpaceLeftInOldSpace()
Dheap.cc809 size_of_old_gen_at_last_old_space_gc_ = PromotedSpaceSize(); in PerformGarbageCollection()
5665 intptr_t Heap::PromotedSpaceSize() { in PromotedSpaceSize() function in v8::internal::Heap
Dmark-compact.cc3832 intptr_t old_space_size = heap()->PromotedSpaceSize(); in SweepSpace()