Home
last modified time | relevance | path

Searched refs:fast_promotion_mode_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dheap.cc161 fast_promotion_mode_(false), in Heap()
1345 if (fast_promotion_mode_ && in PerformGarbageCollection()
1365 if (!fast_promotion_mode_ || collector == MARK_COMPACTOR) { in PerformGarbageCollection()
1608 DCHECK(fast_promotion_mode_); in EvacuateYoungGeneration()
1788 fast_promotion_mode_ = in ComputeFastPromotionMode()
1795 fast_promotion_mode_ ? "true" : "false", survived_in_new_space); in ComputeFastPromotionMode()
Dheap.h2366 bool fast_promotion_mode_; variable