Home
last modified time | relevance | path

Searched refs:ShouldExpandOldGenerationOnSlowAllocation (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dheap.h1867 bool ShouldExpandOldGenerationOnSlowAllocation();
Dspaces.cc3302 if (heap()->ShouldExpandOldGenerationOnSlowAllocation() && Expand()) { in AllocateChunk()
3448 !heap()->ShouldExpandOldGenerationOnSlowAllocation()) { in AllocateChunk()
Dheap.cc4445 bool Heap::ShouldExpandOldGenerationOnSlowAllocation() { in ShouldExpandOldGenerationOnSlowAllocation() function in v8::internal::Heap