Searched refs:max_old_space_size (Results 1 – 5 of 5) sorted by relevance
691 DEFINE_INT(max_old_space_size, 0, "max size of the old space (in Mbytes)")
787 int old_space_size = constraints.max_old_space_size(); in SetResourceConstraints()
4986 bool Heap::ConfigureHeap(size_t max_semi_space_size, size_t max_old_space_size, in ConfigureHeap() argument4994 if (max_old_space_size != 0) { in ConfigureHeap()4995 max_old_generation_size_ = max_old_space_size * MB; in ConfigureHeap()
957 bool ConfigureHeap(size_t max_semi_space_size, size_t max_old_space_size,
5684 int max_old_space_size() const { return max_old_space_size_; } in max_old_space_size() function