Home
last modified time | relevance | path

Searched defs:max_old_space_size (Results 1 – 2 of 2) sorted by relevance

/external/v8/include/
Dv8.h4907 int max_old_space_size() const { return max_old_space_size_; } in max_old_space_size() function
/external/v8/src/heap/
Dheap.cc4665 bool Heap::ConfigureHeap(int max_semi_space_size, int max_old_space_size, in ConfigureHeap()