Searched refs:ShouldExpandOldGenerationOnSlowAllocation (Results 1 – 3 of 3) sorted by relevance
1867 bool ShouldExpandOldGenerationOnSlowAllocation();
3302 if (heap()->ShouldExpandOldGenerationOnSlowAllocation() && Expand()) { in AllocateChunk()3448 !heap()->ShouldExpandOldGenerationOnSlowAllocation()) { in AllocateChunk()
4445 bool Heap::ShouldExpandOldGenerationOnSlowAllocation() { in ShouldExpandOldGenerationOnSlowAllocation() function in v8::internal::Heap