Searched refs:AllocateRawFixedArray (Results 1 – 2 of 2) sorted by relevance
2507 AllocationResult allocation = AllocateRawFixedArray(capacity, TENURED); in AllocateTransitionArray()3780 AllocationResult allocation = AllocateRawFixedArray(len, TENURED); in CopyAndTenureFixedCOWArray()3813 AllocationResult allocation = AllocateRawFixedArray(new_len, pretenure); in CopyFixedArrayAndGrow()3837 AllocationResult allocation = AllocateRawFixedArray(new_len, pretenure); in CopyFixedArrayUpTo()3856 AllocationResult allocation = AllocateRawFixedArray(len, NOT_TENURED); in CopyFixedArrayWithMap()3895 AllocationResult Heap::AllocateRawFixedArray(int length, in AllocateRawFixedArray() function in v8::internal::Heap3924 AllocationResult allocation = AllocateRawFixedArray(length, pretenure); in AllocateFixedArrayWithFiller()3946 AllocationResult allocation = AllocateRawFixedArray(length, NOT_TENURED); in AllocateUninitializedFixedArray()
1980 AllocateRawFixedArray(int length, PretenureFlag pretenure);