Home
last modified time | relevance | path

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

/external/v8/src/
Dheap.h1376 limit *= old_gen_limit_factor_; in OldGenPromotionLimit()
1386 limit *= old_gen_limit_factor_; in OldGenAllocationLimit()
1703 int old_gen_limit_factor_; variable
Dheap.cc124 old_gen_limit_factor_(1), in Heap()
819 old_gen_limit_factor_ = 2; in PerformGarbageCollection()
821 old_gen_limit_factor_ = 1; in PerformGarbageCollection()
5025 PrintF("old_gen_limit_factor_ %d\n", old_gen_limit_factor_); in ReportHeapStatistics()