Searched refs:max_old_space_size (Results 1 – 5 of 5) sorted by relevance
672 DEFINE_INT(max_old_space_size, 0, "max size of the old space (in Mbytes)")
700 int old_space_size = constraints.max_old_space_size(); in SetResourceConstraints()
4870 bool Heap::ConfigureHeap(int max_semi_space_size, int max_old_space_size, in ConfigureHeap() argument4878 if (max_old_space_size > 0) { in ConfigureHeap()4879 max_old_generation_size_ = static_cast<intptr_t>(max_old_space_size) * MB; in ConfigureHeap()
903 bool ConfigureHeap(int max_semi_space_size, int max_old_space_size,
4966 int max_old_space_size() const { return max_old_space_size_; } in max_old_space_size() function