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

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

Completed in 138 milliseconds