Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc1370 } else if (HasLowYoungGenerationAllocationRate() && in PerformGarbageCollection()
4103 bool Heap::HasLowYoungGenerationAllocationRate() { in HasLowYoungGenerationAllocationRate() function in v8::internal::Heap
4116 return HasLowYoungGenerationAllocationRate() && in HasLowAllocationRate()
Dheap.h1722 bool HasLowYoungGenerationAllocationRate();