Home
last modified time | relevance | path

Searched refs:max_semispace_size (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dheap.cc5556 bool Heap::ConfigureHeap(int max_semispace_size, in ConfigureHeap() argument
5561 if (max_semispace_size > 0) { in ConfigureHeap()
5562 if (max_semispace_size < Page::kPageSize) { in ConfigureHeap()
5563 max_semispace_size = Page::kPageSize; in ConfigureHeap()
5569 max_semispace_size_ = max_semispace_size; in ConfigureHeap()
Dspaces.h2066 bool SetUp(int reserved_semispace_size_, int max_semispace_size);
Dheap.h438 bool ConfigureHeap(int max_semispace_size,