Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc2238 const size_t survived_in_new_space = in ComputeFastPromotionMode() local
2243 survived_in_new_space >= kMinPromotedPercentForFastPromotionMode; in ComputeFastPromotionMode()
2247 fast_promotion_mode_ ? "true" : "false", survived_in_new_space); in ComputeFastPromotionMode()