Home
last modified time | relevance | path

Searched refs:set_old_generation_allocation_limit (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap.cc1981 set_old_generation_allocation_limit(initial_old_generation_size_); in NotifyContextDisposed()
2525 set_old_generation_allocation_limit( in RecomputeLimits()
2548 set_old_generation_allocation_limit(new_old_generation_limit); in RecomputeLimits()
3284 set_old_generation_allocation_limit(new_old_generation_allocation_limit); in ConfigureInitialOldGenerationSize()
5306 set_old_generation_allocation_limit(initial_old_generation_size_); in ConfigureHeap()
Dheap.h1971 void set_old_generation_allocation_limit(size_t newlimit) { in set_old_generation_allocation_limit() function