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.h691 DEFINE_INT(max_old_space_size, 0, "max size of the old space (in Mbytes)")
Dapi.cc787 int old_space_size = constraints.max_old_space_size(); in SetResourceConstraints()
/external/v8/src/heap/
Dheap.cc4986 bool Heap::ConfigureHeap(size_t max_semi_space_size, size_t max_old_space_size, in ConfigureHeap() argument
4994 if (max_old_space_size != 0) { in ConfigureHeap()
4995 max_old_generation_size_ = max_old_space_size * MB; in ConfigureHeap()
Dheap.h957 bool ConfigureHeap(size_t max_semi_space_size, size_t max_old_space_size,
/external/v8/include/
Dv8.h5684 int max_old_space_size() const { return max_old_space_size_; } in max_old_space_size() function