Searched refs:old_gen_size (Results 1 – 2 of 2) sorted by relevance
1371 intptr_t OldGenPromotionLimit(intptr_t old_gen_size) { in OldGenPromotionLimit() argument1374 Max(old_gen_size + old_gen_size / divisor, kMinimumPromotionLimit); in OldGenPromotionLimit()1377 intptr_t halfway_to_the_max = (old_gen_size + max_old_generation_size_) / 2; in OldGenPromotionLimit()1381 intptr_t OldGenAllocationLimit(intptr_t old_gen_size) { in OldGenAllocationLimit() argument1384 Max(old_gen_size + old_gen_size / divisor, kMinimumAllocationLimit); in OldGenAllocationLimit()1387 intptr_t halfway_to_the_max = (old_gen_size + max_old_generation_size_) / 2; in OldGenAllocationLimit()
587 int old_gen_size = constraints->max_old_space_size(); in SetResourceConstraints() local589 if (young_space_size != 0 || old_gen_size != 0 || max_executable_size != 0) { in SetResourceConstraints()593 old_gen_size, in SetResourceConstraints()