Home | History | Annotate | Download | only in src

Lines Matching refs:allocation

297   // Have allocation in OLD and LO failed?
637 // Reset the allocation timeout to the GC interval, but make sure to
639 // for this is that we have a lot of allocation sequences and we
641 // allocation attempts to go through.
795 MaybeObject* allocation;
797 allocation = new_space()->AllocateRaw(sizes[space]);
799 allocation = paged_space(space)->AllocateRaw(sizes[space]);
802 if (!allocation->To<FreeListNode>(&node)) {
1246 // allocation routines.
1356 // allocation pointer.
2129 MaybeObject* allocation = heap->new_space()->AllocateRaw(allocation_size);
2131 Object* result = allocation->ToObjectUnchecked();
2868 // allocation in new space.
3407 // If allocation fails then we just return without doing anything. It is only
4120 // Discard the first code allocation, which was on a page where it could be
4257 // If allocation failures are disallowed, we may allocate in a different
4278 // If allocation failures are disallowed, we may allocate in a different
4356 // To get fast allocation and map sharing for arguments objects we
4383 // Do the allocation.
4900 // If we're forced to always allocate, we use the general allocation
4977 // If we're forced to always allocate, we use the general allocation
5005 // Track allocation site information, if we failed to allocate it inline.
5092 // Functions require some allocation, which might fail here.
6431 // Skip the current linear allocation space between top and limit which is
6705 // The external allocation limit should be below 256 MB on all architectures