Searched refs:AllocateRawFixedArray (Results 1 – 2 of 2) sorted by relevance
3942 AllocationResult allocation = AllocateRawFixedArray(len, TENURED); in CopyAndTenureFixedCOWArray()3972 AllocationResult allocation = AllocateRawFixedArray(len, NOT_TENURED); in CopyFixedArrayWithMap()4034 AllocationResult Heap::AllocateRawFixedArray(int length, in AllocateRawFixedArray() function in v8::internal::Heap4056 AllocationResult allocation = AllocateRawFixedArray(length, pretenure); in AllocateFixedArrayWithFiller()4078 AllocationResult allocation = AllocateRawFixedArray(length, NOT_TENURED); in AllocateUninitializedFixedArray()
1687 AllocateRawFixedArray(int length, PretenureFlag pretenure);