Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap.cc2503 if (UseGlobalMemoryScheduling()) { in RecomputeLimits()
2530 if (UseGlobalMemoryScheduling()) { in RecomputeLimits()
2550 if (UseGlobalMemoryScheduling()) { in RecomputeLimits()
3288 if (UseGlobalMemoryScheduling()) { in ConfigureInitialOldGenerationSize()
3783 if (!UseGlobalMemoryScheduling()) return true; in HasLowEmbedderAllocationRate()
5517 if (!UseGlobalMemoryScheduling()) return {}; in GlobalMemoryAvailable()
Dheap.h2011 bool UseGlobalMemoryScheduling() const { in UseGlobalMemoryScheduling() function