Home
last modified time | relevance | path

Searched refs:max_old_space_size (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dflag-definitions.h672 DEFINE_INT(max_old_space_size, 0, "max size of the old space (in Mbytes)")
Dapi.cc700 int old_space_size = constraints.max_old_space_size(); in SetResourceConstraints()
/external/v8/src/heap/
Dheap.cc4870 bool Heap::ConfigureHeap(int max_semi_space_size, int max_old_space_size, in ConfigureHeap() argument
4878 if (max_old_space_size > 0) { in ConfigureHeap()
4879 max_old_generation_size_ = static_cast<intptr_t>(max_old_space_size) * MB; in ConfigureHeap()
Dheap.h903 bool ConfigureHeap(int max_semi_space_size, int max_old_space_size,
/external/v8/include/
Dv8.h4966 int max_old_space_size() const { return max_old_space_size_; } in max_old_space_size() function