Home
last modified time | relevance | path

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

/external/v8/src/
Dheap.h1371 intptr_t OldGenPromotionLimit(intptr_t old_gen_size) { in OldGenPromotionLimit() argument
1374 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() argument
1384 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()
Dapi.cc587 int old_gen_size = constraints->max_old_space_size(); in SetResourceConstraints() local
589 if (young_space_size != 0 || old_gen_size != 0 || max_executable_size != 0) { in SetResourceConstraints()
593 old_gen_size, in SetResourceConstraints()