Searched refs:max_semispace_size (Results 1 – 3 of 3) sorted by relevance
5556 bool Heap::ConfigureHeap(int max_semispace_size, in ConfigureHeap() argument5561 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()
2066 bool SetUp(int reserved_semispace_size_, int max_semispace_size);
438 bool ConfigureHeap(int max_semispace_size,