Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h1702 bool HasLowYoungGenerationAllocationRate();
Dheap.cc1795 } else if (HasLowYoungGenerationAllocationRate() && in PerformGarbageCollection()
3136 bool Heap::HasLowYoungGenerationAllocationRate() { in HasLowYoungGenerationAllocationRate() function in v8::internal::Heap
3149 return HasLowYoungGenerationAllocationRate() && in HasLowAllocationRate()