Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc230 fast_promotion_mode_(false), in Heap()
1731 if ((fast_promotion_mode_ && in PerformGarbageCollection()
1758 if (!fast_promotion_mode_ || collector == MARK_COMPACTOR) { in PerformGarbageCollection()
1968 DCHECK(fast_promotion_mode_); in EvacuateYoungGeneration()
2240 fast_promotion_mode_ = in ComputeFastPromotionMode()
2247 fast_promotion_mode_ ? "true" : "false", survived_in_new_space); in ComputeFastPromotionMode()
Dheap.h2233 bool fast_promotion_mode_; variable